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