$.udb(ds).id()
note
This article is about the id() function of the DataSourceContainer object.
$.udb(ds).id()
Gets the data source ID of the first data source in the container.
Returns the full ID of the data source with page index, and its alias.
Syntax
$.udb( *ds* ).id()
The required ds is a data source selector.
Example
$.udb('EMP').id();
Example result:
'1.DS56'