FireDAC.Comp.Client.TFDCustomCommand.ParamByName
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomCommand | |
Delphi
function ParamByName(const AValue: string): TFDParam;
C++
Firedac::Stan::Param::TFDParam* __fastcall ParamByName(const System::UnicodeString AValue);
Description
Returns a parameter by its name.
The ParamByName method returns a parameter from the Params collection by its name (AValue). If there is no such parameter, an exception is raised.