Click or drag to resize

IInMemoryQueryableStoreGetTriplesWithObject Method

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