Column Properties
A column of a data table retrieved by a SelectQuery.| Name | Description |
|---|---|
| ActualName | Returns a string identifier of a data column. |
| Alias | Specifies the alias that is used to refer to a data column instead of its name. Inherited from AliasedBase. |
| Expression | Specifies the column expression. |
| HasAlias | Indicates whether a data column is identified by its name or alias. Inherited from AliasedBase. |
See Also