FireDAC.Comp.DataSet.TFDDataSet.ParamByName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

function ParamByName(const AValue: string): TFDParam;

C++

Firedac::Stan::Param::TFDParam* __fastcall ParamByName(const System::UnicodeString AValue);

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.

See Also