Skip to main content
Version: 11.2

$.udb(ds).parents()

note

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

$.udb(ds).parents()

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

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

Syntax

$.udb( *ds* ).parents()

The required ds is a data source selector.

Example

$.udb('EMP has DEPTs').parents();

Example result:
[UdbTableDataSource]