FireDAC.Stan.Param.TFDParam.ArrayType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ArrayType: TFDParamArrayType read FArrayType write SetArrayType default atScalar;

Properties

Type Visibility Source Unit Parent
property published FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParam

Description

Represents the type of an array-valued TFDParam object.

The ArrayType property represents the type of an array-valued TFDParam object, which can be:

  • atScalar - a non array-valued parameter.
  • atArray - an array-valued parameter, where the parameter is array-valued and unified with other parameters. Mostly it is an Array DML command parameter.
  • atTable - an array-valued parameter, where the parameter has a DBMS-specific array data type.