BaseGraphCollection.Add Method |
Adds a Graph to the Collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected abstract bool Add(
IGraph g,
bool mergeIfExists
)
Protected MustOverride Function Add (
g As IGraph,
mergeIfExists As Boolean
) As Boolean
Parameters
- g
- Type: VDS.RDF.IGraph
Graph to add. - mergeIfExists
- Type: System.Boolean
Sets whether the Graph should be merged with an existing Graph of the same Uri if present.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseGraphCollection.Add(VDS.RDF.IGraph,System.Boolean)"]
See Also