FireDAC.Comp.DataSet.TFDDataSet.ParamByName
Delphi
function ParamByName(const AValue: string): TFDParam;
C++
Firedac::Stan::Param::TFDParam* __fastcall ParamByName(const System::UnicodeString AValue);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDDataSet |
Description
Recherche un paramètre par son nom.
Utilisez ParamByName pour chercher un paramètre par son nom dans la collection Params.
AValue est le nom du paramètre pour lequel des informations doivent être récupérées. Si un paramètre ayant le nom AValue est introuvable, une exception est déclenchée.