C# Класс NLite.Data.Linq.Expressions.Aggregator

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

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

Метод Описание
GetAggregator ( Type expectedType, Type actualType ) : LambdaExpression

Get a function that coerces a sequence of one type into another type. This is primarily used for aggregators stored in ProjectionExpression's, which are used to represent the final transformation of the entire result set of a query.

Приватные методы

Метод Описание
CoerceElement ( Type expectedElementType, Expression expression ) : Expression

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

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

Get a function that coerces a sequence of one type into another type. This is primarily used for aggregators stored in ProjectionExpression's, which are used to represent the final transformation of the entire result set of a query.
public static GetAggregator ( Type expectedType, Type actualType ) : LambdaExpression
expectedType System.Type
actualType System.Type
Результат System.Linq.Expressions.LambdaExpression