DbBatchCommand.Parameters プロパティ

定義

DbParameter オブジェクトのコレクションを取得します。 パラメーターの詳細については、「パラメーターおよびパラメーター データ型の構成」を参照してください。

public:
 property System::Data::Common::DbParameterCollection ^ Parameters { System::Data::Common::DbParameterCollection ^ get(); };
public System.Data.Common.DbParameterCollection Parameters { get; }
member this.Parameters : System.Data.Common.DbParameterCollection
Public ReadOnly Property Parameters As DbParameterCollection

プロパティ値

SQL ステートメントまたはストアド プロシージャのパラメーター。

適用対象