Called during Update after a command is executed against the data source.
The event handler receives an argument of type MimerRowUpdatedEventArgs containing data related to this event. The following MimerRowUpdatedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Command | Gets the executed when is called. |
| Errors | Gets any errors generated by the .NET Framework data provider when the was executed. |
| RecordsAffected | The number of rows changed, inserted, or deleted; 0 if no rows were affected or the statement failed; and -1 for SELECT statements. |
| Row | Gets the sent through an . |
| StatementType | Gets the type of SQL statement executed. |
| Status | Gets the of the property. |
| TableMapping | Gets the sent through an . |
MimerDataAdapter Class | Mimer.Data.Client Namespace