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:
Syntaxpublic override bool ContainsTriple(
Triple t
)
Public Overrides Function ContainsTriple (
t As Triple
) As Boolean
Parameters
- t
- Type: VDS.RDF.Triple
Triple to test.
Return Value
Type:
BooleanTriple is known to the Graph.
Implements
IGraph.ContainsTriple(Triple)
See Also