FireDAC.Comp.Client.TFDCustomConnection.TxOptions

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property TxOptions: TFDTxOptions read FTxOptions write SetTxOptions;

C++

__property Firedac::Stan::Option::TFDTxOptions* TxOptions = {read=FTxOptions, write=SetTxOptions};

Description

The set of options to control transactions.

The TxOptions property is the set of the properties that control the transactions in this connection. 

You can change the transaction properties while the transaction is not active. If you set the Transaction property, then the application should use Transaction.Options instead of TxOptions.

See Also