Click or drag to resize

SparqlHttpProtocolConnector.LoadGraph Method (IGraph, Uri)

Loads a Graph from the Protocol Server.

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)
See Also