Click or drag to resize

BaseImmutableDatasetRemoveGraph Method

Throws an exception since Immutable Datasets cannot be altered.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool RemoveGraph(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseImmutableDataset.RemoveGraph(System.Uri)"]

Implements

ISparqlDatasetRemoveGraph(Uri)
See Also