NXSL:TableColumn
Revision as of 16:13, 13 September 2022 by AlexKirhenshtein (talk | contribs) (Text replacement - "^" to "{{deprecated}}")
| This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide) |
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 |