C# 클래스 Signum.Engine.Linq.ColumnProjector

ColumnProjection is a visitor that splits an expression representing the result of a query into two parts, a list of column declarations of expressions that must be evaluated on the server and a projector expression that describes how to combine the columns back into the result object
상속: Signum.Engine.Linq.DbExpressionVisitor
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 메소드들

메소드 설명
Visit ( Expression expression ) : Expression

비공개 메소드들

메소드 설명
ColumnProjector ( ) : System
ProjectColumns ( Expression projector, Alias newAlias, bool isGroupKey = false, bool selectTrivialColumns = false ) : ProjectedColumns
SingleProjection ( ColumnDeclaration declaration, Alias newAlias, Type columnType ) : ColumnExpression

메소드 상세

Visit() 공개 메소드

public Visit ( Expression expression ) : Expression
expression System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression