FireDAC.Stan.Param.TFDParamBindMode
Delphi
TFDParamBindMode = (pbByName, pbByNumber);
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 how parameters are bound.
The TFDParamBindMode type contains the following constants:
| Name | Meaning |
|---|---|
|
|
Parameters are bound by name. |
|
|
Parameters are bound by number. |
Note: The TFDParamBindMode type is used only in the TFDParams class.