Click or drag to resize

BaseDataset.Triples Property

Gets all the Triples in the Dataset.

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

Property Value

Type: IEnumerable<Triple>

Implements

ISparqlDataset.Triples
See Also