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