Skip to main content
Version: 10.1

$.udbMeta(ds).currentDataSet()

note

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

$.udbMeta(ds).currentDataSet()

Gets the position of the data set of the first data source in the container that is the currently selected data set in that data source.

Returns an integer.

Syntax

$.udbMeta( *ds* ).currentDataSet()

The required ds is a data source selector.

Example

var dsi = $.udb('EMP').currentDataSet();