DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowDataAdapter Class / OnRowUpdated Method
A System.Data.Common.RowUpdatedEventArgs that contains the event data.

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

    Parameters

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