dotConnect for PostgreSQL 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
 

Property Value

One of the TransactionAction values.
See Also