'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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2