BaseTripleStore.Add Method (IGraph, Boolean) |
Adds a Graph into the Triple Store using the chosen Merging Behaviour.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic virtual bool Add(
IGraph g,
bool mergeIfExists
)
Public Overridable Function Add (
g As IGraph,
mergeIfExists As Boolean
) As Boolean
Parameters
- g
- Type: VDS.RDF.IGraph
Graph to add. - mergeIfExists
- Type: System.Boolean
Whether the Graph should be merged with an existing Graph with the same Base Uri.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseTripleStore.Add(VDS.RDF.IGraph,System.Boolean)"]
Implements
ITripleStore.Add(IGraph, Boolean)
See Also