The events of the ADODataSetCommand class are listed below. For a complete list of ADODataSetCommand class members, see the ADODataSetCommand Members topic.
RowUpdated | Occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires. |
RowUpdating | Occurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires. |
SchemaChanged (inherited from DataSetCommand) | Occurs during Update after a command is executed against the data source when the schema may be potentially different due to a property change. |
SchemaChanging (inherited from DataSetCommand) | Occurs during Update before a command is executed against the data source when the schema may be potentially different due to a property change. |
SchemaMapping | Occurs after the schema is mapped from the data source to the data set but before the tables and columns are added to the data set. |