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