FireDAC.Comp.Client.TFDCustomCommand.ParamByName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function ParamByName(const AValue: string): TFDParam;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand


説明

名前によってパラメータを返します。

ParamByName メソッドは、Params コレクションから、名前(AValue)に従って、パラメータを返します。 該当するパラメータがなかった場合、例外が発生します。

関連項目