.dataSetSize()

Previous Next

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

Returns the size of a dataset.

Syntax

.dataSetSize( value )

The optional value is an integer specifying a desired data set size. If value is provided, the dataset size is changed to that size.

Example

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