FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriver.Transaction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transaction: TFDCustomTransaction read FTransaction write SetTransaction;

C++

__property Firedac::Comp::Client::TFDCustomTransaction* Transaction = {read=FTransaction, write=SetTransaction};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.BatchMove.SQL.pas
FireDAC.Comp.BatchMove.SQL.hpp
FireDAC.Comp.BatchMove.SQL TFDBatchMoveSQLDriver

Description

The Transaction property specifies the reference to a TFDCustomTransaction object.

The Transaction property gets or sets the reference to the transaction object, which is used for data reading / writing operations. The Transaction property value is optional, when it is not assigned, the connection object transaction service is used.

Note: This behavior applies only for InterBase and Firebird connections.

See Also