Skip to main content
Version: 11.2

$.udb(ds).data()

note

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

$.udb(ds).data()

Gets a UdbDataSource object of a data source collection.

Returns a UdbDataSource object from the collection. This object is always one of the subtypes of UdbDataSource.

Syntax

$.udb( *ds* ).data(*index*)

The required ds parameter is a data source selector.

The optional index parameter refers to an array index of the collection. If ommitted, the first data source is chosen.

Example

$.udb('EMP').data();

Output:
UdbTableDataSource