Called during Update before a command is executed against the data source.
The event handler receives an argument of type MimerRowUpdatingEventArgs containing data related to this event. The following MimerRowUpdatingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Command | Gets the to execute during the operation. |
| Errors | Gets any errors generated by the .NET Framework data provider when the executes. |
| Row | Gets the to send through an . |
| StatementType | Gets the type of SQL statement to execute. |
| Status | Gets the of the property. |
| TableMapping | Gets the to send through the . |
MimerDataAdapter Class | Mimer.Data.Client Namespace