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()
Protected Overrides Function GetAllTriples As IEnumerable(Of Triple)
Return Value
Type:
IEnumerableTriple[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.InMemoryDataset.GetAllTriples"]
See Also