Click or drag to resize

ISparqlDatasetRemoveGraph Method

Removes a Graph from the Dataset.

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

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: Boolean

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

Exceptions
ExceptionCondition
NotSupportedExceptionMay be thrown if the Dataset is immutable i.e. Updates not supported.
NotSupportedExceptionMay be thrown if the Dataset is immutable.
See Also