C# 클래스 NLite.Data.Linq.Expressions.Aggregator

파일 보기 프로젝트 열기: netcasewqs/elinq

공개 메소드들

메소드 설명
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