BaseTransactionalDataset.Item Property |
Gets a Graph from the Dataset.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override sealed IGraph this[
Uri graphUri
] { get; }
Public Overrides NotOverridable ReadOnly Default Property Item (
graphUri As Uri
) As IGraph
Get
Parameters
- graphUri
- Type: System.Uri
Graph URI.
Return Value
Type:
IGraphImplements
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