WrapperGraphCollectionAdd Method |
Adds a Graph to the collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override bool Add(
IGraph g,
bool mergeIfExists
)
Protected Overrides Function Add (
g As IGraph,
mergeIfExists As Boolean
) As Boolean
Parameters
- g
- Type: VDS.RDFIGraph
Graph. - mergeIfExists
- Type: SystemBoolean
Whether to merge into an existing Graph with the same URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.WrapperGraphCollection.Add(VDS.RDF.IGraph,System.Boolean)"]
See Also