[]
A class that represents a SQL column expression
public class ColumnExpression : IExpression
| Name | Description |
|---|---|
| ColumnExpression() |
| 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 |