Click or drag to resize

WrapperDataset.Triples Property

Gets all triples from the dataset.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual IEnumerable<Triple> Triples { get; }

Property Value

Type: IEnumerable<Triple>

Implements

ISparqlDataset.Triples
See Also