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

In This Topic
    Command Property (DB2RowUpdatedEventArgs)
    In This Topic
    Gets the DB2Command executed when System.Data.Common.DbDataAdapter.Update() is called.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Command As DB2Command
    public new DB2Command Command {get;}

    Property Value

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