ColumnInfo Properties
Obsolete. Obsolete. Use the corresponding functionality of the SelectQuery class instead.Name | Description |
---|---|
ActualName | Returns a string identifier of a data column. |
Aggregation | Gets or sets the aggregation type applied to the current column. |
Alias | Specifies the alias that is used to refer to a data column instead of its name. |
HasAlias | Indicates whether a data column is identified by its name or alias. |
Name | Specifies the name by which a data column is referred to in a database schema. |
See Also