EntityQueryExtensions Class Breeze.sharp
Extension methods for any EntityQuery.
Inheritance Hierarchy

SystemObject
  Breeze.SharpEntityQueryExtensions

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public static class EntityQueryExtensions

The EntityQueryExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberOrderByTSource, TKey
Sorts the elements of a sequence in ascending order.
Public methodStatic memberOrderByDescendingTSource, TKey
Sorts the elements of a sequence in descending order.
Public methodStatic memberSelectTSource, TResult
Projects each element of a sequence into a new form.
Public methodStatic memberSkipTSource
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
Public methodStatic memberTakeTSource
Returns a specified number of contiguous elements from the start of a sequence.
Public methodStatic memberThenByTSource, TKey
Public methodStatic memberThenByDescendingTSource, TKey
Public methodStatic memberWhereTSource(EntityQueryTSource, ExpressionFuncTSource, Boolean)
Filters a sequence of values based on a predicate.
Public methodStatic memberWhereTSource(EntityQueryTSource, ExpressionFuncTSource, Int32, Boolean)
Filters a sequence of values based on a predicate.
Public methodStatic memberWithTQuery(TQuery, EntityManager)
Returns a clone of the query for the specified EntityManager.
Public methodStatic memberWithTQuery(TQuery, FetchStrategy)
Public methodStatic memberWithTQuery(TQuery, IJsonResultsAdapter)
Public methodStatic memberWithTQuery(TQuery, MergeStrategy)
Returns a clone of the query for the specified MergeStrategy
Top
See Also

Reference