FireDAC.Comp.Client.TFDCustomConnection.BeforeRollback
[–] Properties | |
---|---|
Type: event | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomConnection |
Delphi
property BeforeRollback: TNotifyEvent read FBeforeRollback write FBeforeRollback;
C++
__property System::Classes::TNotifyEvent BeforeRollback = {read=FBeforeRollback, write=FBeforeRollback};
Description
Fires before the transaction is rolled back.
The BeforeRollback event fires before the Rollback method is executed and the transaction is rolled back.