$.udb(ds).table()
note
This article is about the table() function of the DataSourceContainer object.
$.udb(ds).table()
Returns the database table name of the first data source in the container.
Syntax
$.udb( *ds* ).table()
The required ds is a data source selector.
Example
$.udb('EMP').table();
Example result:
'EMPLOYEE'