VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class / OnRowUpdated Method
A System.Data.Common.RowUpdatedEventArgs that contains the event data.


In This Topic
    OnRowUpdated Method
    In This Topic
    Raises the RowUpdated event of a .NET Framework data provider.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Sub OnRowUpdated( _
       ByVal value As System.Data.Common.RowUpdatedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As VistaDBDataAdapter
    Dim value As System.Data.Common.RowUpdatedEventArgs
     
    instance.OnRowUpdated(value)
    protected override void OnRowUpdated( 
       System.Data.Common.RowUpdatedEventArgs value
    )

    Parameters

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

    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

    See Also