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