Click or drag to resize

FourStoreConnectorLoadGraph Method (IGraph, String)

Loads a Graph from the 4store instance.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public 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)
See Also