'Declaration Public Enum TransactionAction Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum TransactionAction : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum TransactionAction Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum TransactionAction : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Description |
|---|---|
| BeginTransaction | Transaction is being started or has been started. |
| Commit | Transaction is being committed or has been committed. |
| ReleaseSavepoint | Savepoint is being released or has been released. |
| Rollback | Transaction is being rolled back or has been rolled back. |
| RollbackToSavepoint | Transaction is being rolled back to savepoint or has been rolled back to savepoint. |
| Savepoint | The savepoint is being created or has been created. |
System.Object
System.ValueType
System.Enum
Devart.Common.TransactionAction