Click or drag to resize

BaseDatasetGetAllTriples Method

Abstract method that concrete implementations must implement to return an enumerable of all the Triples in the Dataset.

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

Return Value

Type: IEnumerableTriple

[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseDataset.GetAllTriples"]

See Also