Returns the name of the internal table in the database system for a given TIS-Table (path and name or combined).
Allows to dynamically generate accesses or to allow access for third parties directly to the database system.
XIH.TISTable(tisTablePath, tisTableName)
XIH.TISTable(tisTablePathTableName)
Parameter | Data type | Description | Sample |
---|
tisTablePath | string | String specifies the path of the table | TIS/$CreateTables/ |
tisTableName | string | String specifies the name of the table | firstProject - A00 table |
tisTablePathTableName | string | String specifies the name and the path of the table combined | TIS/$CreateTables/firstProject - A00 table |
Be careful when typing the path of the table backslashes ('\') are not a valid character, use slashes ('/') instead.
Available starting from version 5.5.
Returns a string.