$.udb(ds).dataSetSize()
note
This article is about the dataSetSize() function of the DataSourceContainer object.
$.udb(ds).dataSetSize()
Gets the size of a data set of the first data source in the container.
Returns an integer.
Syntax
$.udb( *ds* ).dataSetSize()
The required ds parameter is a data source selector.
Example
$.udb('EMP').dataSetSize();
tip
Changing the data set size can be done with the $.udb(ds).setDataSetSize() function.