Difference between revisions of "NXSL:TableColumn"
Jump to navigation
Jump to search
(Created page with "Represents table column definition object (used by Table class). '''Class Name''' TableColumn '''Attributes''' {| class="wikitable" |- ! Name !! Type !! D...") |
|||
| Line 17: | Line 17: | ||
| displayName || string || Display name | | displayName || string || Display name | ||
|- | |- | ||
| isInstanceColumn || | | isInstanceColumn || boolean || TRUE if column is marked as instance column | ||
|- | |- | ||
| name || string || Column name | | name || string || Column name | ||
Revision as of 14:01, 26 March 2014
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 |