DatasetGraphCollectionRemove Method |
Removes a Graph from the Collection.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override bool Remove(
Uri graphUri
)
Protected Overrides Function Remove (
graphUri As Uri
) As Boolean
Parameters
- graphUri
- Type: SystemUri
URI of the Graph to removed.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.DatasetGraphCollection.Remove(System.Uri)"]
See Also