Click or drag to resize

BaseTripleStoreAdd Method (IGraph)

Adds a Graph into the Triple Store.

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

Parameters

g
Type: VDS.RDFIGraph
Graph to add.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.BaseTripleStore.Add(VDS.RDF.IGraph)"]

Implements

ITripleStoreAdd(IGraph)
See Also