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