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.
    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