Click or drag to resize

BaseTransactionalDatasetItem Property

Gets a Graph from the Dataset.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override sealed IGraph this[
	Uri graphUri
] { get; }

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: IGraph

Implements

ISparqlDatasetItemUri
Remarks
If the Graph has been modified during the active Transaction the modified version is returned rather than the original version.
See Also