InMemoryDatasetGetModifiableGraphInternal Method |
Gets a Modifiable wrapper around a Graph in the Dataset.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override ITransactionalGraph GetModifiableGraphInternal(
Uri graphUri
)
Protected Overrides Function GetModifiableGraphInternal (
graphUri As Uri
) As ITransactionalGraph
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
ITransactionalGraph[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.InMemoryDataset.GetModifiableGraphInternal(System.Uri)"]
See Also