TableInfo Properties
Obsolete. Obsolete. Use the corresponding functionality of the SelectQuery class instead.Name | Description |
---|---|
ActualName | Indicates the name of the associated data table, as defined in the data source to which it belongs. |
Alias | Specifies the alias that is used to refer to a data table instead of its name. |
HasAlias | Indicates whether a data table is identified by its name or alias. |
Name | Specifies the name by which a data table is referred to in a database schema. |
SelectedColumns | Returns the list of data tables embodied in the TableInfo. |
See Also