[]
        
(Showing Draft Content)

C1.DataConnector.CaseWhenExpression

CaseWhenExpression Class

A class that represents a SQL case-when expression

Inheritance
CaseWhenExpression
Implements
Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
public class CaseWhenExpression : IExpression

Constructors

Name Description
CaseWhenExpression()

Properties

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