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