FireDAC.Stan.Option.TFDTxOptions.Params

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Params: TStrings read FParams write SetParams;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDTxOptions

説明

DBMS のカスタム トランザクション パラメータを指定します。


Params を使用して、他のオプションに追加するトランザクション パラメータを指定します。

現在、Params が使用できるのは、InterBase および Firebird ドライバだけです。

関連項目