Click or drag to resize

BaseImmutableQuadDatasetGetModifiableGraph Method

Throws an error as this dataset is immutable.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override sealed IGraph GetModifiableGraph(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: IGraph

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

Implements

ISparqlDatasetGetModifiableGraph(Uri)
See Also