[]
        
(Showing Draft Content)

C1.DataConnector.ColumnExpression

ColumnExpression Class

A class that represents a SQL column expression

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

Constructors

Name Description
ColumnExpression()

Properties

Name Description
Alias

The alias

ColumnName

The name of the column

Database

The database identifier

IsExpression

A boolean to check if this column expression is an expression. Not being an expression means that its a simple column name

SubExpressions

The IExpression children that made this IExpression

TableAlias

The table alias

TableName

The name of the table

Type

The type of the expression