Click or drag to resize

BaseImmutableDataset.GetModifiableGraph Method

Throws an exception since Immutable Datasets cannot be altered.

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

Parameters

graphUri
Type: System.Uri
Graph URI.

Return Value

Type: IGraph

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

Implements

ISparqlDataset.GetModifiableGraph(Uri)
See Also