Click or drag to resize

BaseQuadDataset.GetModifiableGraph Method

Gets a modifiable graph from the dataset.

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

Parameters

graphUri
Type: System.Uri
Graph URI.

Return Value

Type: IGraph

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

Implements

ISparqlDataset.GetModifiableGraph(Uri)
See Also