Click or drag to resize

BaseQuadDatasetGetModifiableGraph 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: SystemUri
Graph URI.

Return Value

Type: IGraph

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

Implements

ISparqlDatasetGetModifiableGraph(Uri)
See Also