'Declaration Public Class SalesforceRowUpdatingEventArgs Inherits System.Data.Common.RowUpdatingEventArgs
public class SalesforceRowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
'Declaration Public Class SalesforceRowUpdatingEventArgs Inherits System.Data.Common.RowUpdatingEventArgs
public class SalesforceRowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
When using the System.Data.Common.DbDataAdapter.Update() method, there are two events that occur for each data row updated: SalesforceDataAdapter.RowUpdating and SalesforceDataAdapter.RowUpdated. The order of execution for an update operation is as follows:
System.Object
System.EventArgs
System.Data.Common.RowUpdatingEventArgs
Devart.Data.Salesforce.SalesforceRowUpdatingEventArgs
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2