VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class / OnRowUpdating Method
An System.Data.Common.RowUpdatingEventArgs that contains the event data.


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

    Parameters

    value
    An System.Data.Common.RowUpdatingEventArgs 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