$.udbMeta(ds).realDataSource()
note
This article is about the realDataSource() function of the DataSourceMetaContainer object.
$.udbMeta(ds).realDataSource()
Gets the name of the data source that a virtual data source is connected to.
Returns a data source ID.
If the first data source in the container is a virtual data source, this function returns the data source that that first data source is connected to. Otherwise, it returns that first data source.
Syntax
$.udbMeta( *ds* ).realDataSource()
The required ds is a data source selector.
Example
$.udbMeta('EMP').realDataSource();