FireDAC.Comp.Client.TFDCustomTransaction.TransactionIntf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TransactionIntf: IFDPhysTransaction read FTransactionIntf;

C++

__property Firedac::Phys::Intf::_di_IFDPhysTransaction TransactionIntf = {read=FTransactionIntf};

Properties

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

Description

Returns the IFDPhysTransaction interface.

The TransactionIntf property returns a reference to the IFDPhysTransaction interface. If the connection is active, the property is not nil; otherwise, it is nil. It is not recommended to mix the usage of TFDCustomTransaction API and TFDCustomTransaction.TransactionIntf API.

See Also