Click or drag to resize

BaseSesameHttpProtocolConnector.LoadGraph 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.RDF.IGraph
Graph to load into.
graphUri
Type: System.Uri
Uri of the Graph to load.

Implements

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