Skip to main content


This article describes the USoft 10 product only.

In USoft 11, the web UI API was revised and improved. For full details, go to:

Revised web UI API in USoft 11


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

$.udbMeta(ds).dataSetSize()

Gets the size of a data set of the first data source in the container.

Returns the size of a dataset.

Syntax

$.udbMeta( ds ).dataSetSize( )

The required ds is a data source selector.

Example

$.udbMeta('EMP').dataSetSize();

In versions prior to USoft 10.0.1K, you could use this function not only to get, but also to set a data set size. From 10.0.1K, if you attempt to use the function for this purpose, a warning is thrown and the call is forwarded to the new $.udb(ds).setDataSetSize().

Be the first to reply!

Reply