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!

SQLDataSetCommand Events

The events of the SQLDataSetCommand class are listed below. For a complete list of SQLDataSetCommand class members, see the SQLDataSetCommand 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

SQLDataSetCommand Class | System.Data.SQL Namespace