dotConnect for Oracle Documentation
Devart.Common Namespace / TransactionAction Enumeration

TransactionAction Enumeration
Indicates the operation, that is being performed or has been performed in the transaction in the DbTransactionBase.StateChanged or DbTransactionBase.StateChanging events.
Syntax
'Declaration
 
Public Enum TransactionAction 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
BeginTransactionTransaction is being started or has been started.
CommitTransaction is being committed or has been committed.
ReleaseSavepointSavepoint is being released or has been released.
RollbackTransaction is being rolled back or has been rolled back.
RollbackToSavepointTransaction is being rolled back to savepoint or has been rolled back to savepoint.
SavepointThe savepoint is being created or has been created.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Devart.Common.TransactionAction

Requirements

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

See Also