Data.SqlExpr.TCustomSQLDataSet.ParamByName
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: TCustomSQLDataSet |
Delphi
function ParamByName(const Value: string): TParam;
C++
Data::Db::TParam* __fastcall ParamByName(const System::UnicodeString Value);
Description
Locates a parameter in the Params property collection.
Call ParamByName to access a specific parameter object, given its name. Value is the name of the parameter.
ParamByName is primarily used to set a parameter's value at runtime.