The IsNewRow()
function returns a boolean value that indicates if a row is not saved to the database.
Syntax
IsNewRow(value)
Returns
True if the row is not saved to the database and false if the row is stored in the database.
- If the value is a list, then the current row of the list is taken.
- If the value is a reference, then the referenced row is taken.
Parameters
value
– a list or reference