$.udb(ds).context()
note
This article is about the context() function of the DataSourceContainer object.
$.udb(ds).context()
Gets the frame context of the first data source in the UdbDsc container.
Returns a frame context ID
Syntax
$.udb( *ds* ).context()
The required ds parameter is a data source selector.
Example
$.udb('EMP').context();
Example result:
'ApplicationFrame'