FireDAC.Comp.Script.TFDScript.FormatOptions

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

Delphi

property FormatOptions: TFDFormatOptions read GetFormatOptions write SetFormatOptions;

C++

__property Firedac::Stan::Option::TFDFormatOptions* FormatOptions = {read=GetFormatOptions, write=SetFormatOptions};

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScript

説明

SQL コマンドの形式オプションです。


FormatOptions を使用して、SQL コマンド パラメータおよびカーソルに使用するデータ形式オプションを指定することができます。

関連項目