EntityQueryExtensions Methods Breeze.sharp

The EntityQueryExtensions type exposes the following members.

Methods

  Name Description
Public method Static member OrderByTSource, TKey
Sorts the elements of a sequence in ascending order.
Public method Static member OrderByDescendingTSource, TKey
Sorts the elements of a sequence in descending order.
Public method Static member SelectTSource, TResult
Projects each element of a sequence into a new form.
Public method Static member SkipTSource
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
Public method Static member TakeTSource
Returns a specified number of contiguous elements from the start of a sequence.
Public method Static member ThenByTSource, TKey
Public method Static member ThenByDescendingTSource, TKey
Public method Static member WhereTSource(EntityQueryTSource, ExpressionFuncTSource, Boolean)
Filters a sequence of values based on a predicate.
Public method Static member WhereTSource(EntityQueryTSource, ExpressionFuncTSource, Int32, Boolean)
Filters a sequence of values based on a predicate.
Public method Static member WithTQuery(TQuery, EntityManager)
Returns a clone of the query for the specified EntityManager.
Public method Static member WithTQuery(TQuery, FetchStrategy)
Public method Static member WithTQuery(TQuery, IJsonResultsAdapter)
Public method Static member WithTQuery(TQuery, MergeStrategy)
Returns a clone of the query for the specified MergeStrategy
Top
See Also

Reference