FireDAC.Comp.Script.TFDScript.FormatOptions

提供: RAD Studio API Documentation
2013年8月20日 (火) 16:57時点におけるHonji (トーク | 投稿記録)による版 (1版)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 コマンド パラメータおよびカーソルに使用するデータ形式オプションを指定することができます。

関連項目