Click or drag to resize

StoreVirtualGraphPersistenceWrapperTNodeID, TGraphIDContainsTriple Method

Gets whether the virtualized form of a given Triple exists in this Graph.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool ContainsTriple(
	Triple t
)

Parameters

t
Type: VDS.RDFTriple
Triple to test.

Return Value

Type: Boolean
Triple is known to the Graph.

Implements

IGraphContainsTriple(Triple)
See Also