BaseImmutableQuadDatasetRemoveGraph Method |
Throws an error as this dataset is immutable.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override sealed bool RemoveGraph(
Uri graphUri
)
Public Overrides NotOverridable Function RemoveGraph (
graphUri As Uri
) As Boolean
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseImmutableQuadDataset.RemoveGraph(System.Uri)"]
Implements
ISparqlDatasetRemoveGraph(Uri)See Also