xpxGetTableInstanceProperties
FUNCTION xpxGetTableInstanceProperties (tableInstanceId : GENERIC; VAR name : STRING; VAR creationDate : INTEGER; VAR lastUpdatedDate : INTEGER; VAR options : INTEGER; VAR rows : INTEGER; VAR description : STRING; VAR columns : INTEGER; VAR columnNames : LIST OF STRING; VAR columnDataTypes : LIST OF INTEGER; VAR columnDomainIds : LIST OF GENERIC) status : INTEGER;
(* Can read 1, 2, 3 ...10 properties, i.e., variable number of arguments *)
Â
Â
Arguments
1 | Type | Name | Comment |
2 | GENERIC | tableInstanceId | comment |
3 | STRING | name | Â |
4 | INTEGER | creationDate | Â |
5 | INTEGER | lastUpdatedDate | Â |
6 | INTEGER | options | Â |
7 | INTEGER | rows | Â |
8 | STRING | description | Â |
9 | INTEGER | columns | Â |
10 | LIST OF STRING | columnNames | Â |
11 | LIST OF INTEGER | columnDataTypes | Â |
12 | LIST OF GENERIC | columnDomainIds | Â |
Return Value
Â
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
    Â
Option | Comment |
XPXOption | comment |
Â
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â