Reports the number of rows that have been modified but not updated in a DataWindow or DataStore.
Web DataWindow client control
number objdwcontrol.ModifiedCount ( )
Argument |
Description |
---|---|
objdwcontrol |
A reference to a Web DataWindow client control |
Returns the number of rows that have been modified in the primary buffer. Returns 0 if no rows have been modified or if all modified rows have been updated in the database table. Returns -1 if an error occurs.
ModifiedCount reports the number of rows that are scheduled to be added or updated in the database table associated with a DataWindow.