FireDAC.Comp.Script.TFDScriptOptions.ParamArraySize
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
Unit: FireDAC.Comp.Script | |
Parent: TFDScriptOptions |
Delphi
property ParamArraySize: Integer read FParamArraySize write FParamArraySize default 1;
C++
__property int ParamArraySize = {read=FParamArraySize, write=FParamArraySize, default=1};
Description
Specifies the Array DML size.
Set the ParamArraySize to the Array DML size.