Transaction.InRollback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if this transaction is beign rolled back
public:
property bool InRollback { bool get(); };
public bool InRollback { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.InRollback : bool
Public ReadOnly Property InRollback As Boolean
Property Value
- Attributes