WrapperTripleStoreAdd Method (IGraph, Boolean) |
Adds a Graph to the store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual bool Add(
IGraph g,
bool mergeIfExists
)
Public Overridable Function Add (
g As IGraph,
mergeIfExists As Boolean
) As Boolean
Parameters
- g
- Type: VDS.RDFIGraph
Graph. - mergeIfExists
- Type: SystemBoolean
Whether to merge with an existing graph with the same URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.WrapperTripleStore.Add(VDS.RDF.IGraph,System.Boolean)"]
Implements
ITripleStoreAdd(IGraph, Boolean)See Also