Click or drag to resize

BaseDataset.GetModifiableGraph 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: System.Uri
Graph URI.

Return Value

Type: IGraph

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

Implements

ISparqlDataset.GetModifiableGraph(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