Click or drag to resize

StoreVirtualGraphPersistenceWrapper<TNodeID, TGraphID>.Assert 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.RDF.Triple
Triple.

Return Value

Type: Boolean

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

Implements

IGraph.Assert(Triple)
See Also