FireDAC.Stan.Option.TFDTxOptions.Params

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Params: TStrings read FParams write SetParams;

C++

__property System::Classes::TStrings* Params = {read=FParams, write=SetParams};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDTxOptions

Description

Specifies the custom DBMS transaction parameters.

Use Params to specify the transaction parameters additional to the other options. 

At the moment, Params is used only by InterBase and Firebird drivers.

See Also