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) オブジェクト。

注釈

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

適用対象

こちらもご覧ください