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.
    See Also