Fired when the a update/insert/delete commands are needed for the current table
The event handler receives an argument of type ProvideUpdateCommandsEventArgs containing data related to this event. The following ProvideUpdateCommandsEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Connection | Open connection to the database. Must be assigned to the generated command |
| DeleteCommand | The Delete command |
| InsertCommand | The Insert command |
| TableName | The table to provide the command for |
| UpdateCommand | The Update command |
TableEditor Class | DVXP.DXTableEditor Namespace