BaseGraphCollectionRemove Method |
Removes a Graph from the Collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected abstract bool Remove(
Uri graphUri
)
Protected MustOverride Function Remove (
graphUri As Uri
) As Boolean
Parameters
- graphUri
- Type: SystemUri
Uri of the Graph to remove.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseGraphCollection.Remove(System.Uri)"]
Remarks
The null URI is used to reference the Default Graph.
See Also