Click or drag to resize

IVirtualRdfProviderTNodeID, TGraphIDLoadGraphVirtual Method

Loads a Graph creating all the Triples with virtual node values.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void LoadGraphVirtual(
	IGraph g,
	Uri graphUri
)

Parameters

g
Type: VDS.RDFIGraph
Graph to load into.
graphUri
Type: SystemUri
URI of the Graph to load.
See Also