BaseTripleStore.Add Method (IGraph) |
Adds a Graph into the Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic virtual bool Add(
IGraph g
)
Public Overridable Function Add (
g As IGraph
) As Boolean
Parameters
- g
- Type: VDS.RDF.IGraph
Graph to add.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseTripleStore.Add(VDS.RDF.IGraph)"]
Implements
ITripleStore.Add(IGraph)
See Also