Click or drag to resize

IInMemoryQueryableStore.GetTriples 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 the Query Triples.
Public methodGetTriples(List<Uri>, Uri)
Selects all Triples which have a Uri Node with the given Uri from a Subset of Graphs in the Triple Store.
Public methodGetTriples(List<Uri>, INode)
Selects all Triples which contain the given Node from a Subset of Graphs in the Triple Store.
Top
See Also