Click or drag to resize

BaseStardogConnectorLoadGraph Method (IGraph, Uri)

Loads a Graph from the Store.

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

Parameters

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

Implements

IStorageProviderLoadGraph(IGraph, Uri)
Remarks
If an empty/null URI is specified then the Default Graph of the Store will be loaded.
See Also