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 メソッド シグネチャ内のものと一致し、参照渡しされる名前と値のペアのコレクションです。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET