Click or drag to resize

TripleStoreGetTriples Method

Overload List
  NameDescription
Public methodGetTriples(Uri)
Selects all Triples which have a Uri Node with the given Uri from all the Query Triples.
Public methodGetTriples(INode)
Selects all Triples which contain the given Node from all Graphs in the Triple Store.
Public methodGetTriples(ListUri, Uri)
Selects all Triples which have a Uri Node with the given Uri from a Subset of Graphs in the Triple Store.
Public methodGetTriples(ListUri, INode)
Selects all Triples which contain the given Node from a Subset of Graphs in the Triple Store.
Top
See Also