Rows.status()


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

Rows.status()

Returns a string representing the status of the record. If the record is newly inserted, then "inserted" is returned. If an update has been done, then "updated" is returned. Otherwise, the empty string is returned.

Syntax

rows.status()

Example

var unchanged = $.udb('EMP').rows('current').status() == '';

 


0 replies

Be the first to reply!

Reply