Click or drag to resize

InMemoryDatasetGetGraphInternal Method

Gets the Graph with the given URI from the Dataset.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override IGraph GetGraphInternal(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: IGraph

[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.InMemoryDataset.GetGraphInternal(System.Uri)"]

Remarks

For In-Memory datasets the Graph returned from this property is no different from the Graph returned by the GetModifiableGraphInternal() method.

See Also