Provides extension methods for ParseQueryT to support
Linq-style queries.
Inheritance Hierarchy
ParseParseQueryExtensions
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
The ParseQueryExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | JoinTOuter, TInner, TKey, TResult |
Correlates the elements of two queries based on matching keys.
|
![]() ![]() | OrderByTSource, TSelector |
Orders a query based upon the key selector provided.
|
![]() ![]() | OrderByDescendingTSource, TSelector |
Orders a query based upon the key selector provided.
|
![]() ![]() | ThenByTSource, TSelector |
Performs a subsequent ordering of a query based upon the key selector provided.
|
![]() ![]() | ThenByDescendingTSource, TSelector |
Performs a subsequent ordering of a query based upon the key selector provided.
|
![]() ![]() | WhereTSource |
Filters a query based upon the predicate provided.
|
See Also