Click or drag to resize

StoreVirtualGraphPersistenceWrapperTNodeID, TGraphIDAssert Method (Triple)

Asserts a Triple after virtualization in the Graph.

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

Parameters

t
Type: VDS.RDFTriple
Triple.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.StoreVirtualGraphPersistenceWrapper`2.Assert(VDS.RDF.Triple)"]

Implements

IGraphAssert(Triple)
See Also