FireDAC.Stan.Param.TFDParamArrayType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDParamArrayType = (atScalar, atArray, atTable);

Properties

Type Visibility Source Unit Parent
enum public FireDAC.Stan.Param.pas 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

atScalar

The parameter is a scalar.

atArray

The parameter is an array.

atTable

The parameter is a table.

Note: The TFDParamArrayType type is used only in the TFDParam class.

See Also