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