FireDAC.Comp.Script.TFDScriptOptions.ParamArraySize

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

Delphi

property ParamArraySize: Integer read FParamArraySize write FParamArraySize default 1;

C++

__property int ParamArraySize = {read=FParamArraySize, write=FParamArraySize, default=1};

プロパティ

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

説明

配列 DML のサイズを指定します。


ParamArraySize を配列 DML のサイズに設定します。

関連項目