dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2RowUpdatingEventArgs Class / Command Property

On this page
    Command Property (DB2RowUpdatingEventArgs)
    On this page
    Gets or sets the DB2Command to execute when System.Data.Common.DbDataAdapter.Update() is called.
    Syntax
    'Declaration
     
    Public Shadows Property Command As DB2Command
    public new DB2Command Command {get; set;}

    Property Value

    The DB2Command to execute when System.Data.Common.DbDataAdapter.Update() is called.
    See Also