Represents table column definition object (used by Table class).
Class Name
TableColumn
Attributes
| Name | Type | Description |
|---|---|---|
| dataType | int32 | Data type |
| displayName | string | Display name |
| isInstanceColumn | boolean | TRUE if column is marked as instance column |
| name | string | Column name |