Ext.TableId( tableDbOrDispName [, nameType] )

Description

Returns the numeric ID of the specified table.

Argument

tableDbOrDispName [, nameType]

Use this argument to specify a table display name or database name. If the optional nameType parameter is omitted or equals "database," the tableDbOrDispName parameter is taken as the table's database name, such as "TS_INCIDENTS". If the nameType parameter equals "display," tableDbOrDispName is taken as the table's display name, such as "Incidents."

Return Values

Returns the numeric ID of the specified table. If the table does not exist, returns zero.

Related Topics