Skip to main content
Version: 10.1

Rows.rowId()

note

This article is about the rowId() function of the Rows object.

Rows.rowId()

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

Syntax

*rows*.rowID()

Example

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