dotConnect for Adobe Commerce Documentation
Devart.Common Namespace / DbConnectionBase Class / InDistributedTransaction Property

On this page
    InDistributedTransaction Property
    On this page
    Indicates whether the connection is enlisted in a distributed transaction.
    Syntax
    'Declaration
     
    Public ReadOnly Property InDistributedTransaction As Boolean
    public bool InDistributedTransaction {get;}

    Property Value

    true if the connection is enlisted in a distributed transaction; otherwise, false.
    See Also