[]
A class that represents a SQL case-when expression
public class CaseWhenExpression : IExpression
Name | Description |
---|---|
CaseWhenExpression() |
Name | Description |
---|---|
CaseExpression | The case expression |
ElseExpression | The else expression |
SubExpressions | The IExpression children that made this IExpression |
Type | The type of the expression |
WhenThenPairs | The list of the when then pairs |