FireDAC.Comp.Client.TFDCustomConnection.BeforeStartTransaction

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also