VistaDB 6
VistaDB.Provider Namespace / VistaDBCommandBuilder Class / SetRowUpdatingHandler Method
The System.Data.Common.DbDataAdapter to be used for the update.


In This Topic
    SetRowUpdatingHandler Method
    In This Topic
    Registers the System.Data.Common.DbCommandBuilder to handle the System.Data.OleDb.OleDbDataAdapter.RowUpdating event for a System.Data.Common.DbDataAdapter.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Sub SetRowUpdatingHandler( _
       ByVal adapter As System.Data.Common.DbDataAdapter _
    ) 
    'Usage
     
    
    Dim instance As VistaDBCommandBuilder
    Dim adapter As System.Data.Common.DbDataAdapter
     
    instance.SetRowUpdatingHandler(adapter)
    protected override void SetRowUpdatingHandler( 
       System.Data.Common.DbDataAdapter adapter
    )

    Parameters

    adapter
    The System.Data.Common.DbDataAdapter to be used for the update.
    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