Click or drag to resize

StoreVirtualGraphPersistenceWrapper<TNodeID, TGraphID>.ContainsTriple 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.RDF.Triple
Triple to test.

Return Value

Type: Boolean
Triple is known to the Graph.

Implements

IGraph.ContainsTriple(Triple)
See Also