public class DB2RowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
'Declaration Public Class DB2RowUpdatingEventArgs Inherits System.Data.Common.RowUpdatingEventArgs
When using the System.Data.Common.DbDataAdapter.Update() method, there are two events that occur for each data row updated: DB2DataAdapter.RowUpdating and DB2DataAdapter.RowUpdated. The order of execution for an update operation is as follows:
System.Object
System.EventArgs
System.Data.Common.RowUpdatingEventArgs
Devart.Data.DB2.DB2RowUpdatingEventArgs