API:FireDAC.Comp.Client.TFDConnection.BeforeStartTransaction

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDConnection

Delphi

property BeforeStartTransaction;

C++

__property BeforeStartTransaction;

Description

Fires before the transaction is started.

FireDAC.Comp.Client.TFDConnection.BeforeStartTransaction inherits from FireDAC.Comp.Client.TFDCustomConnection.BeforeStartTransaction. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.BeforeStartTransaction.

Fires before the transaction is started.

The BeforeStartTransaction event fires before the StartTransaction method is executed and the transaction is started.

See Also