Click or drag to resize

BaseDatasetGetModifiableGraph Method

Gets the Graph with the given URI from the Dataset.

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

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: IGraph

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

Implements

ISparqlDatasetGetModifiableGraph(Uri)
Remarks

Graphs returned from this method must be modifiable and the Dataset must guarantee that when it is Flushed or Disposed of that any changes to the Graph are persisted.

See Also