Click or drag to resize

InMemoryDatasetGetAllTriples Method

Gets all the Triples in the underlying in-memory store.

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

Return Value

Type: IEnumerableTriple

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

See Also