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
)
Public Overridable Function Add (
g As IGraph
) As Boolean
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