Enumeration of the possible states an ITransaction can be in.

Namespace:  C1.LiveLinq
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public enum TransactionState
Visual Basic
Public Enumeration TransactionState

Members

Member nameDescription
Open A transaction is open.
Committing A transaction is in the process of being committed.
Committed A transaction is committed.
RollingBack A transaction is in the process of being rolled back.
RolledBack A transaction is rolled back.

See Also