TransactionStatus Enumeration
.NET Framework 3.0
Indicates the transaction status.
Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
| Member name | Description | |
|---|---|---|
| Aborted | The transaction is aborted. | |
| Aborting | The transaction is in the process of aborting. | |
| Commited | The transaction has committed. | |
| LocallyOk | The transaction has neither committed nor aborted. | |
| NoTransaction | No transactions are being used through Enter. |
Community Additions
ADD
Show: