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