dotConnect for Oracle Documentation
Devart.Common Namespace / TransactionStateChangeEventArgs Class / Action Property

In This Topic
    Action Property
    In This Topic
    Indicates the operation that is being performed or has been performed in the transaction when the DbTransactionBase.StateChanged or DbTransactionBase.StateChanging event occurs.
    Syntax
    'Declaration
     
    Public ReadOnly Property Action As TransactionAction
    public TransactionAction Action {get;}

    Property Value

    One of the TransactionAction values.
    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