API:FireDAC.Comp.Client.TFDConnection.AfterStartTransaction
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDConnection | |
Delphi
property AfterStartTransaction;
C++
__property AfterStartTransaction;
Description
Fires after transaction is started.
FireDAC.Comp.Client.TFDConnection.AfterStartTransaction inherits from FireDAC.Comp.Client.TFDCustomConnection.AfterStartTransaction. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.AfterStartTransaction.
Fires after transaction is started.
The AfterStartTransaction event fires after the StartTransaction method is executed and the transaction is started.
In case of a nested transaction in AfterStartTransaction event handler the transaction is not yet started, but the nesting level is incremented.