Column Properties
A column of a data table retrieved by a SelectQuery.Name | Description |
---|---|
Actual |
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 Aliased |
Expression | Specifies the column expression. |
Has |
Indicates whether a data column is identified by its name or alias.
Inherited from Aliased |
See Also