Click or drag to resize

ReadOnlyConnector.LoadGraph Method (IGraph, String)

Loads a Graph from the underlying Store.

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

Parameters

g
Type: VDS.RDF.IGraph
Graph to load into.
graphUri
Type: System.String
URI of the Graph to load.

Implements

IStorageProvider.LoadGraph(IGraph, String)
See Also