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

In This Topic
    Transaction Property (DB2Loader)
    In This Topic
    Gets or sets the DB2Transaction instance to perform the data load operation within.
    Syntax
    'Declaration
     
    Public Property Transaction As DB2Transaction
    public DB2Transaction Transaction {get; set;}

    Property Value

    The DB2Transaction instance to perform the data load operation within.
    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