ColumnExpression Class Members
In This Topic
The following tables list the members exposed by ColumnExpression.
Public Constructors
Public 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
|
Top
See Also