FireDAC.Stan.Param.TFDParamArrayType
Delphi
TFDParamArrayType = (atScalar, atArray, atTable);
C++
enum DECLSPEC_DENUM TFDParamArrayType : unsigned int { atScalar, atArray, atTable };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | FireDAC.Stan.Param |
Description
Represents a set of constants that define the type of a parameter.
The TFDParamArrayType type contains the following constants:
| Name | Meaning |
|---|---|
|
|
The parameter is a scalar. |
|
|
The parameter is an array. |
|
|
The parameter is a table. |
Note: The TFDParamArrayType type is used only in the TFDParam class.