$.udb(ds).type()
note
This article is about the type() function of the DataSourceContainer object.
$.udb(ds).type()
Returns the type of the first data source in the container.
Syntax
$.udb( *ds* ).type()
The required ds is a data source selector.
Example
$.udb('EMP').type();
Output:
'Table'
$.udb('Virtual EMP').type();
Output:
'Virtual'