IStorageProviderSaveGraph Method |
Saves a Graph to the Store.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void SaveGraph(
IGraph g
)
Sub SaveGraph (
g As IGraph
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph to Save.
Remarks
Uri of the Graph should be taken from the
BaseUri property
Behaviour of this method with regards to whether it overwrites/updates/merges with existing Graphs of the same Uri is up to the implementor and may be dependent on the underlying store. Implementors
should state in the XML comments for their implementations what behaviour is implemented.
See Also