C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceDataAdapter Class / OnRowUpdated Method
A System.Data.Common.RowUpdatedEventArgs that contains the event data.

In This Topic
OnRowUpdated Method (C1SalesforceDataAdapter)
In This Topic
Raises the RowUpdated event of a data provider.
Syntax
'Declaration
 
Protected Sub OnRowUpdated( _
   ByVal value As RowUpdatedEventArgs _
) 
 

Parameters

value
A System.Data.Common.RowUpdatedEventArgs that contains the event data.
See Also