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