Click or drag to resize

ITripleStoreTriples Property

Gets all the Triples in the Triple Store which are currently loaded in memory (see remarks).

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

Property Value

Type: IEnumerableTriple
Remarks
Since a Triple Store object may represent only a snapshot of the underlying Store evaluating this enumerator may only return some of the Triples in the Store and may depending on specific Triple Store return nothing.
See Also