C# 클래스 Remotion.Linq.SqlBackend.MappingResolution.GroupAggregateSimplifier.SimplifyingVisitor

상속: System.Linq.Expressions.ExpressionTreeVisitor, IUnresolvedSqlExpressionVisitor
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend 1 사용 예제들

공개 메소드들

메소드 설명
SimplifyingVisitor ( SqlTableBase oldElementSource, Expression newElementExpression ) : System
VisitSqlTableReferenceExpression ( SqlTableReferenceExpression expression ) : Expression

비공개 메소드들

메소드 설명
ISqlEntityRefMemberExpressionVisitor ( SqlEntityRefMemberExpression expression ) : Expression

메소드 상세

SimplifyingVisitor() 공개 메소드

public SimplifyingVisitor ( SqlTableBase oldElementSource, Expression newElementExpression ) : System
oldElementSource Remotion.Linq.SqlBackend.SqlStatementModel.SqlTableBase
newElementExpression System.Linq.Expressions.Expression
리턴 System

VisitSqlTableReferenceExpression() 공개 메소드

public VisitSqlTableReferenceExpression ( SqlTableReferenceExpression expression ) : Expression
expression Remotion.Linq.SqlBackend.SqlStatementModel.Unresolved.SqlTableReferenceExpression
리턴 System.Linq.Expressions.Expression