[This is preliminary documentation and subject to change.]
Occurs during DbDataAdapter.Update before a command is executed against the data source.
The event handler receives an argument of type SqlCeRowUpdatingEventArgs containing data related to this event. The following SqlCeRowUpdatingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Command | Gets or sets the SqlCeCommand that is executed when Update is called. |
| Errors | Gets any errors generated by the .NET Framework data provider when the Command executes. |
| Row | Gets the DataRow that will be sent to the server as part of an insert, update, or delete operation. |
| StatementType | Gets the type of SQL statement to execute. |
| Status | Gets or sets the UpdateStatus of the Command property. |
| TableMapping | Gets the DataTableMapping to send through the Update. |
SqlCeDataAdapter Class | Primeworks.DesktopSqlCe Namespace