Click or drag to resize

BaseTransactionalDataset.Item 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: System.Uri
Graph URI.

Return Value

Type: IGraph

Implements

ISparqlDataset.Item[Uri]
Remarks
If the Graph has been modified during the active Transaction the modified version is returned rather than the original version.
See Also