Click or drag to resize

BaseTripleStoreAdd Method (IGraph, Boolean)

Adds a Graph into the Triple Store using the chosen Merging Behaviour.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual bool Add(
	IGraph g,
	bool mergeIfExists
)

Parameters

g
Type: VDS.RDFIGraph
Graph to add.
mergeIfExists
Type: SystemBoolean
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

ITripleStoreAdd(IGraph, Boolean)
See Also