Difference between revisions of "NXSL:TableColumn"

From NetXMS Wiki
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...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Represents table column definition object (used by [[NXSL:Table|Table]] class).
{{deprecated}}Represents table column definition object (used by [[NXSL:Table|Table]] class).




Line 17: Line 17:
| displayName || string || Display name
| displayName || string || Display name
|-
|-
| isInstanceColumn || int32 || '''true''' if column is marked as instance column
| isInstanceColumn || boolean || TRUE if column is marked as instance column
|-
|-
| name || string || Column name
| name || string || Column name

Latest revision as of 16:13, 13 September 2022

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