FireDAC.Comp.Client.TFDCustomConnection.Transaction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transaction: TFDCustomTransaction read FTransaction  write SetTransaction;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

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