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