NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADODataSetCommand Events

The events of the ADODataSetCommand class are listed below. For a complete list of ADODataSetCommand class members, see the ADODataSetCommand Members topic.

Public:

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.

See Also

ADODataSetCommand Class | System.Data.ADO Namespace