Click or drag to resize

BaseQuadDataset.GetQuads 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: System.Uri
Graph URI.

Return Value

Type: IEnumerable<Triple>

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

See Also