.rowId()

Previous Next

Returns the unique row ID of the first record in the collection. If no record is available, undefined is returned.

Syntax

.rowID()

Example

var id = $.udb('EMP').rows('current').rowId();