FireDAC.Comp.Client.TFDCustomTransaction.TransactionIntf
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomTransaction | |
Delphi
property TransactionIntf: IFDPhysTransaction read FTransactionIntf;
C++
__property Firedac::Phys::Intf::_di_IFDPhysTransaction TransactionIntf = {read=FTransactionIntf};
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.