dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Command Class / Transaction Property

In This Topic
    Transaction Property (DB2Command)
    In This Topic
    Gets the DB2Transaction in which the DB2Command executes.
    Syntax
    'Declaration
     
    Public Shadows Property Transaction As DB2Transaction
    public new DB2Transaction Transaction {get; set;}

    Property Value

    The DB2Transaction in which the DB2Command executes. The default value is a null reference.
    See Also