FireDAC.Comp.Client.TFDTransaction.AfterRollback
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDTransaction | |
Delphi
property AfterRollback;
C++
__property AfterRollback;
Description
Fires after the transaction is rolled back.
FireDAC.Comp.Client.TFDTransaction.AfterRollback inherits from FireDAC.Comp.Client.TFDCustomTransaction.AfterRollback. All content below this line refers to FireDAC.Comp.Client.TFDCustomTransaction.AfterRollback.
Fires after the transaction is rolled back.
The AfterRollback event fires after the Rollback method is executed and the transaction is rolled back. In case of a nested transaction in AfterRollback event handler, the transaction is not rolled back in full, but the nesting level is decremented.