Click or drag to resize

BaseAsyncSafeConnectorLoadGraph Method (IRdfHandler, Uri)

Loads a Graph from the Store.

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

Parameters

handler
Type: VDS.RDFIRdfHandler
Handler to load with.
graphUri
Type: SystemUri
URI of the Graph to load.

Implements

IStorageProviderLoadGraph(IRdfHandler, Uri)
See Also