API:FireDAC.Comp.Client.TFDConnection.Transaction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transaction;

C++

__property Transaction;

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDConnection

Description

The reference to a TFDCustomTransaction object.

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

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