Click or drag to resize

BaseDatasetGetGraphInternal Method

Gets the given Graph from the Dataset.

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

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: IGraph

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

See Also