Data.Win.ADODB.TParameter.Name

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

Delphi

property Name: WideString read GetName write SetName;

C++

__property System::WideString Name = {read=GetName, write=SetName};

プロパティ

種類 可視性 ソース ユニット
property published
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TParameter

説明

TParameter オブジェクトを示します。

Name プロパティは,TParameters オブジェクト内の特定のパラメータを識別できます。

メモ:  Name は,TParameter オブジェクトの名前であり,問い合わせやストアドプロシージャ内でそのオブジェクトが表すパラメータの名前ではありません。

関連項目