Click or drag to resize

BaseQuadDatasetGetQuads Method

Gets all the Triples for a specific graph of the dataset.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected abstract IEnumerable<Triple> GetQuads(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: IEnumerableTriple

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

See Also