9. Understanding .NET Data Provider Connectivity : ExecuteNonQuery Method--Modify and Update Database : IngresDataAdapter Object--Manage Data : IngresDataAdapter Events
 
Share this page                  
IngresDataAdapter Events
The IngresDataAdapter exposes the following events, which you can use to respond to changes made to data source data:
RowUpdating
An UPDATE, INSERT, or DELETE operation on a row (by a call to one of the Update methods) is about to start.
RowUpdated
An UPDATE, INSERT, or DELETE operation on a row (by a call to one of the Update methods) is complete.
FillError
An error has occurred during a Fill operation. Inherited from DBDataAdapter.