IBX.IBSQL.TIBSQL.ParamByName
Delphi
function ParamByName(Idx: String): TIBXSQLVAR;
C++
TIBXSQLVAR* __fastcall ParamByName(System::UnicodeString Idx);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | IBX.IBSQL.pas IBX.IBSQL.hpp |
IBX.IBSQL | TIBSQL |
Description
Accesses parameter information based on a specified parameter name.
Call ParamByName to set or use parameter information for a specific parameter based on its name.
Idx is the name of the parameter for which to retrieve information.