Skip to main content
Version: 11.2

$.udb(ds).children()

note

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

$.udb(ds).children()

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

Returns a UdbDsc object which is an array of UdbDataSource objects.

Syntax

$.udb( *ds* ).children()

The required ds parameter is a data source selector.

Example

$.udb('COMPANY').children();

Output:
[UdbTableDataSource, UdbTableDataSource]