Click or drag to resize

WrapperTripleStore.Triples Property

Gets the triples of the store.

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

Property Value

Type: IEnumerable<Triple>

Implements

ITripleStore.Triples
See Also