Returns the number of records of the first data source in the container.
Syntax
.rowCount()
Example
$.udb('EMP').rowCount();
This is short for:
$.udb('EMP').rowSet('current').rowCount();