C# 클래스 Remotion.Linq.SqlBackend.SqlStatementModel.SqlSpecificExpressions.SqlCaseExpression.CaseWhenPair

파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend 1 사용 예제들

공개 메소드들

메소드 설명
CaseWhenPair ( Expression when, Expression then ) : System
ToString ( ) : string
Update ( Expression newWhen, Expression newThen ) : CaseWhenPair
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : CaseWhenPair

메소드 상세

CaseWhenPair() 공개 메소드

public CaseWhenPair ( Expression when, Expression then ) : System
when System.Linq.Expressions.Expression
then System.Linq.Expressions.Expression
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Update() 공개 메소드

public Update ( Expression newWhen, Expression newThen ) : CaseWhenPair
newWhen System.Linq.Expressions.Expression
newThen System.Linq.Expressions.Expression
리턴 CaseWhenPair

VisitChildren() 공개 메소드

public VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : CaseWhenPair
visitor System.Linq.Expressions.ExpressionTreeVisitor
리턴 CaseWhenPair