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