Enumeration of the possible states an ITransaction can be in.
Namespace:
C1.LiveLinqAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
| C# |
|---|
public enum TransactionState |
| Visual Basic |
|---|
Public Enumeration TransactionState |
Members
| Member name | Description | |
|---|---|---|
| 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. |