Extension methods for any EntityQuery.
Inheritance Hierarchy
Breeze.SharpEntityQueryExtensions
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
The EntityQueryExtensions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| OrderByTSource, TKey |
Sorts the elements of a sequence in ascending order.
| |
| OrderByDescendingTSource, TKey |
Sorts the elements of a sequence in descending order.
| |
| SelectTSource, TResult |
Projects each element of a sequence into a new form.
| |
| SkipTSource |
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
| |
| TakeTSource |
Returns a specified number of contiguous elements from the start of a sequence.
| |
| ThenByTSource, TKey | ||
| ThenByDescendingTSource, TKey | ||
| WhereTSource(EntityQueryTSource, ExpressionFuncTSource, Boolean) |
Filters a sequence of values based on a predicate.
| |
| WhereTSource(EntityQueryTSource, ExpressionFuncTSource, Int32, Boolean) |
Filters a sequence of values based on a predicate.
| |
| WithTQuery(TQuery, EntityManager) |
Returns a clone of the query for the specified EntityManager.
| |
| WithTQuery(TQuery, FetchStrategy) | ||
| WithTQuery(TQuery, IJsonResultsAdapter) | ||
| WithTQuery(TQuery, MergeStrategy) |
Returns a clone of the query for the specified MergeStrategy
|
See Also