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; }
Public Overrides NotOverridable ReadOnly Default Property Item (
graphUri As Uri
) As IGraph
Get
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
IGraphImplements
ISparqlDatasetItemUriRemarks
If the Graph has been modified during the active Transaction the modified version is returned rather than the original version.
See Also