Click or drag to resize

InMemoryDataset.GetAllTriples 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: IEnumerable<Triple>

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

See Also