Store.TransactionActive Property

Definition

Indicates that the store has a currently active transaction. This is true when a transaction is open through the time all events have finished firing.

public:
 property bool TransactionActive { bool get(); };
[set: System.Diagnostics.DebuggerStepThrough]
public bool TransactionActive { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.TransactionActive : bool
Public ReadOnly Property TransactionActive As Boolean

Property Value

Attributes

Applies to