SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した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コレクションです。