InMemoryDataset.GetAllTriples Method |
Gets all the Triples in the underlying in-memory store.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected override IEnumerable<Triple> GetAllTriples()
Protected Overrides Function GetAllTriples As IEnumerable(Of Triple)
Return Value
Type:
IEnumerable<Triple>[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.InMemoryDataset.GetAllTriples"]
See Also