Click or drag to resize

BaseQuadDatasetGetGraphInternal Method

Gets a 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.BaseQuadDataset.GetGraphInternal(System.Uri)"]

See Also