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

In This Topic
    InDistributedTransaction Property
    In This Topic
    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