Skip to main content
Version: 10.1

$.udbMeta(ds).children()

note

This article is about the children() function of the DataSourceMetaContainer object.

$.udbMeta(ds).children()

Gets the related data sources that are child of the first data source in the container.

Returns an array of data source IDs.

Syntax

$.udbMeta( *ds* ).children()

The required ds is a data source selector.

Example

$.udbMeta('EMP').children();