C# Class Remotion.Linq.SqlBackend.SqlStatementModel.SqlSpecificExpressions.SqlCaseExpression.CaseWhenPair

Show file Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Public Methods

Method Description
CaseWhenPair ( Expression when, Expression then ) : System
ToString ( ) : string
Update ( Expression newWhen, Expression newThen ) : CaseWhenPair
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : CaseWhenPair

Method Details

CaseWhenPair() public method

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

ToString() public method

public ToString ( ) : string
return string

Update() public method

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

VisitChildren() public method

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