Rows.rowId()

  • 2 August 2022
  • 0 replies
  • 14 views

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();

 


0 replies

Be the first to reply!

Reply