ITripleStoreAdd Method (IGraph, Boolean) |
Adds a Graph into the Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool Add(
IGraph g,
bool mergeIfExists
)
Function Add (
g As IGraph,
mergeIfExists As Boolean
) As Boolean
Parameters
- g
- Type: VDS.RDFIGraph
Graph to add. - mergeIfExists
- Type: SystemBoolean
Controls whether the Graph should be merged with an existing Graph of the same Uri if it already exists in the Triple Store.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.ITripleStore.Add(VDS.RDF.IGraph,System.Boolean)"]
See Also