Click or drag to resize

BaseSesameHttpProtocolConnectorLoadGraph Method (IGraph, String)

Loads a Graph from the Store.

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

Parameters

g
Type: VDS.RDFIGraph
Graph to load into.
graphUri
Type: SystemString
Uri of the Graph to load.

Implements

IStorageProviderLoadGraph(IGraph, String)
Remarks
If a Null/Empty Uri is specified then the default graph (statements with no context in Sesame parlance) will be loaded.
See Also