Click or drag to resize

ITripleStoreAdd Method (IGraph)

Adds a Graph into the Triple Store.

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

Parameters

g
Type: VDS.RDFIGraph
Graph to add.

Return Value

Type: Boolean

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

See Also