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