FireDAC.Comp.DataSet.TFDDataSet.ParamByName
Delphi
function ParamByName(const AValue: string): TFDParam;
C++
Firedac::Stan::Param::TFDParam* __fastcall ParamByName(const System::UnicodeString AValue);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp | FireDAC.Comp.DataSet | TFDDataSet | 
Description
Searches a parameter by its name.
Use ParamByName to find a parameter by its name in the Params collection.
AValue is the name of the parameter for which to retrieve information. If a parameter with the AValue name is not found, then an exception is raised.