Click or drag to resize

BaseSesameHttpProtocolConnector.LoadGraph Method (IRdfHandler, String)

Loads a Graph from the Store.

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

Parameters

handler
Type: VDS.RDF.IRdfHandler
RDF Handler.
graphUri
Type: System.String
Uri of the Graph to load.

Implements

IStorageProvider.LoadGraph(IRdfHandler, 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