QueryableExtensions - класс

Иерархия наследования
Object
  Telerik.Web.Mvc.ExtensionsQueryableExtensions

Пространство имён:  Telerik.Web.Mvc.Extensions
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public static class QueryableExtensions

Тип QueryableExtensions предоставляет следующие члены.

Методы
  ИмяОписание
Открытый методСтатический членAggregate
Calculates the results of given aggregates functions on a sequence of elements.
Открытый методСтатический членCount
Returns the number of elements in a sequence.
Открытый методСтатический членElementAt
Returns the element at a specified index in a sequence.
Открытый методСтатический членGroupBy(IQueryable, IEnumerableGroupDescriptor)
Groups the elements of a sequence according to a specified groupDescriptors.
Открытый методСтатический членGroupBy(IQueryable, LambdaExpression)
Groups the elements of a sequence according to a specified key selector function.
Открытый методСтатический членGroupBy(IQueryable, IQueryable, IEnumerableGroupDescriptor)
Открытый методСтатический членOrderBy(IQueryable, LambdaExpression)
Sorts the elements of a sequence in ascending order according to a key.
Открытый методСтатический членOrderBy(IQueryable, LambdaExpression, NullableListSortDirection)
Открытый методСтатический членOrderByDescending
Sorts the elements of a sequence in descending order according to a key.
Открытый методСтатический членPage
Pages through the elements of a sequence until the specified pageIndex using pageSize.
Открытый методСтатический членSelect
Projects each element of a sequence into a new form.
Открытый методСтатический членSkip
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
Открытый методСтатический членSort
Sorts the elements of a sequence using the specified sort descriptors.
Открытый методСтатический членTake
Returns a specified number of contiguous elements from the start of a sequence.
Открытый методСтатический членToGridModel(IQueryable, GridState)
Открытый методСтатический членToGridModel(IQueryable, Int32, Int32, IListSortDescriptor, IEnumerableIFilterDescriptor, IEnumerableGroupDescriptor)
Открытый методСтатический членToGridModel(IQueryable, Int32, Int32, String, String, String)
Открытый методСтатический членToIList
Creates a IList from an IQueryable where T is ElementType.
Открытый методСтатический членWhere(IQueryable, IEnumerableIFilterDescriptor)
Filters a sequence of values based on a collection of IFilterDescriptor.
Открытый методСтатический членWhere(IQueryable, Expression)
Filters a sequence of values based on a predicate.
В начало страницы
См. также