NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Determine whether the current resource transaction has been
marked for rollback.
Namespace: NPersistenceReturn Value
boolean indicating whether the transaction has been marked for rollbackAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
bool GetRollbackOnly()
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | if isActive() is false |