Click or drag to resize

BaseSesameHttpProtocolConnectorSaveGraph Method (IGraph)

Saves a Graph into the Store (Warning: Completely replaces any existing Graph with the same URI unless there is no URI - see remarks for details).

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void SaveGraph(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph to save.

Implements

IStorageProviderSaveGraph(IGraph)
Remarks
If the Graph has no URI then the contents will be appended to the Store, if the Graph has a URI then existing data associated with that URI will be replaced.
See Also