$.udbMeta(ds).parents()
note
This article is about the parents() function of the DataSourceMetaContainer object.
$.udbMeta(ds).parents()
Gets the related data sources that are parent of the first data source in the container.
Returns an array of data source IDs.
Syntax
$.udbMeta( *ds* ).parents()
The required ds is a data source selector.
Example
$.udbMeta('EMP').parents();