Click or drag to resize

IInMemoryQueryableStoreGetTriplesWithPredicate Method

Overload List
  NameDescription
Public methodGetTriplesWithPredicate(Uri)
Selects all Triples where the Predicate is a Uri Node with the given Uri from all the Query Triples.
Public methodGetTriplesWithPredicate(INode)
Selects all Triples where the Predicate is a given Node from all the Query Triples.
Public methodGetTriplesWithPredicate(ListUri, Uri)
Selects all Triples where the Predicate is a Uri Node with the given Uri from a Subset of Graphs in the Triple Store.
Public methodGetTriplesWithPredicate(ListUri, INode)
Selects all Triples where the Predicate is a given Node from a Subset of Graphs in the Triple Store.
Top
See Also