API:FireDAC.Comp.Client.TFDConnection.Transaction

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Transaction;

C++

__property Transaction;

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