C# Класс Pomona.Common.Linq.NonGeneric.QueryableNonGenericExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( this source, QueryProjection projection ) : object
GroupBy ( this source, LambdaExpression keySelector ) : IQueryable
OfType ( this source, Type resultType ) : IQueryable
OfTypeIfRequired ( this source, Type resultType ) : IQueryable
OrderBy ( this source, LambdaExpression keySelector ) : IOrderedQueryable
OrderBy ( this source, LambdaExpression keySelector, SortOrder sortOrder ) : IOrderedQueryable
OrderByDescending ( this source, LambdaExpression keySelector ) : IOrderedQueryable
Select ( this source, LambdaExpression selector ) : IQueryable
SelectMany ( this source, LambdaExpression selector ) : IQueryable
Skip ( this source, int count ) : IQueryable
Sum ( this source ) : object
Take ( this source, int count ) : IQueryable
ThenBy ( this source, LambdaExpression keySelector ) : IOrderedQueryable
ThenBy ( this source, LambdaExpression keySelector, SortOrder sortOrder ) : IOrderedQueryable
ThenByDescending ( this source, LambdaExpression keySelector ) : IOrderedQueryable
Where ( this source, LambdaExpression predicate ) : IQueryable

Описание методов

Execute() публичный статический Метод

public static Execute ( this source, QueryProjection projection ) : object
source this
projection QueryProjection
Результат object

GroupBy() публичный статический Метод

public static GroupBy ( this source, LambdaExpression keySelector ) : IQueryable
source this
keySelector System.Linq.Expressions.LambdaExpression
Результат IQueryable

OfType() публичный статический Метод

public static OfType ( this source, Type resultType ) : IQueryable
source this
resultType System.Type
Результат IQueryable

OfTypeIfRequired() публичный статический Метод

public static OfTypeIfRequired ( this source, Type resultType ) : IQueryable
source this
resultType System.Type
Результат IQueryable

OrderBy() публичный статический Метод

public static OrderBy ( this source, LambdaExpression keySelector ) : IOrderedQueryable
source this
keySelector System.Linq.Expressions.LambdaExpression
Результат IOrderedQueryable

OrderBy() публичный статический Метод

public static OrderBy ( this source, LambdaExpression keySelector, SortOrder sortOrder ) : IOrderedQueryable
source this
keySelector System.Linq.Expressions.LambdaExpression
sortOrder SortOrder
Результат IOrderedQueryable

OrderByDescending() публичный статический Метод

public static OrderByDescending ( this source, LambdaExpression keySelector ) : IOrderedQueryable
source this
keySelector System.Linq.Expressions.LambdaExpression
Результат IOrderedQueryable

Select() публичный статический Метод

public static Select ( this source, LambdaExpression selector ) : IQueryable
source this
selector System.Linq.Expressions.LambdaExpression
Результат IQueryable

SelectMany() публичный статический Метод

public static SelectMany ( this source, LambdaExpression selector ) : IQueryable
source this
selector System.Linq.Expressions.LambdaExpression
Результат IQueryable

Skip() публичный статический Метод

public static Skip ( this source, int count ) : IQueryable
source this
count int
Результат IQueryable

Sum() публичный статический Метод

public static Sum ( this source ) : object
source this
Результат object

Take() публичный статический Метод

public static Take ( this source, int count ) : IQueryable
source this
count int
Результат IQueryable

ThenBy() публичный статический Метод

public static ThenBy ( this source, LambdaExpression keySelector ) : IOrderedQueryable
source this
keySelector System.Linq.Expressions.LambdaExpression
Результат IOrderedQueryable

ThenBy() публичный статический Метод

public static ThenBy ( this source, LambdaExpression keySelector, SortOrder sortOrder ) : IOrderedQueryable
source this
keySelector System.Linq.Expressions.LambdaExpression
sortOrder SortOrder
Результат IOrderedQueryable

ThenByDescending() публичный статический Метод

public static ThenByDescending ( this source, LambdaExpression keySelector ) : IOrderedQueryable
source this
keySelector System.Linq.Expressions.LambdaExpression
Результат IOrderedQueryable

Where() публичный статический Метод

public static Where ( this source, LambdaExpression predicate ) : IQueryable
source this
predicate System.Linq.Expressions.LambdaExpression
Результат IQueryable