Skip to main content
Version: 10.1

Rowset.dbCount()

note

This article is about the dbCount() function of the Rowset object.

Rowset.dbCount()

Returns the number of records in the row set that were queried from the server. Does NOT take into account any records inserted or deleted on the client.

Contrast with .rowCount().

Syntax

*row-set*.dbCount()

Example

$.udb('EMP').rowSet('current').dbCount();