SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) コンストラクター

定義

指定された SqlDataSourceSelectingEventArgs オブジェクト、および、DbCommand メソッドに渡された DataSourceSelectArguments を使用して、Select(DataSourceSelectArguments) クラスの新しいインスタンスを初期化します。

public:
 SqlDataSourceSelectingEventArgs(System::Data::Common::DbCommand ^ command, System::Web::UI::DataSourceSelectArguments ^ arguments);
public SqlDataSourceSelectingEventArgs (System.Data.Common.DbCommand command, System.Web.UI.DataSourceSelectArguments arguments);
new System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs : System.Data.Common.DbCommand * System.Web.UI.DataSourceSelectArguments -> System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs
Public Sub New (command As DbCommand, arguments As DataSourceSelectArguments)

パラメーター

command
DbCommand

キャンセル可能な DbCommand クエリを表す Select(DataSourceSelectArguments) オブジェクト。

arguments
DataSourceSelectArguments

DataSourceSelectArguments メソッドに渡す Select(DataSourceSelectArguments) オブジェクト。

注釈

パラメーターは inputParametersIDictionary メソッド シグネチャ内のものと一致し、参照渡しされる名前と値のペアのコレクションです。

適用対象

こちらもご覧ください