DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoCommand Class / DbTransaction Property

In This Topic
    DbTransaction Property (C1MagentoCommand)
    In This Topic
    Gets or sets the transaction within which the command executes. Must be a C1.DataConnector.AdoNet.C1TransactionBase.
    Syntax
    'Declaration
     
    Protected Property DbTransaction As DbTransaction
    protected DbTransaction DbTransaction {get; set;}

    Property Value

    The transaction within which the command executes.
    See Also