ParseQueryExtensions MethodsParse

The ParseQueryExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberJoinTOuter, TInner, TKey, TResult
Correlates the elements of two queries based on matching keys.
Public methodStatic memberOrderByTSource, TSelector
Orders a query based upon the key selector provided.
Public methodStatic memberOrderByDescendingTSource, TSelector
Orders a query based upon the key selector provided.
Public methodStatic memberThenByTSource, TSelector
Performs a subsequent ordering of a query based upon the key selector provided.
Public methodStatic memberThenByDescendingTSource, TSelector
Performs a subsequent ordering of a query based upon the key selector provided.
Public methodStatic memberWhereTSource
Filters a query based upon the predicate provided.
Top
See Also

Reference