FireDAC.Comp.Client.TFDCustomConnection.Transaction

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomConnection

Delphi

property Transaction: TFDCustomTransaction read FTransaction

C++

__property TFDCustomTransaction* Transaction = {read=FTransaction, write=SetTransaction};

Description

The reference to a TFDCustomTransaction object.

The Transaction property gets or sets the reference to the transaction object, which becomes the default one for the connection and all the associated datasets and commands that do not have an explicitly assigned Transaction property.

Note: At the moment, this behavior applies only for InterBase and Firebird connections.

See Also