QueryableDataSourceView.CreateQueryContext(DataSourceSelectArguments) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
評価されたパラメーター コレクションを格納するクエリ コンテキスト オブジェクトのインスタンスを作成します。
protected:
System::Web::UI::WebControls::QueryContext ^ CreateQueryContext(System::Web::UI::DataSourceSelectArguments ^ arguments);
protected System.Web.UI.WebControls.QueryContext CreateQueryContext (System.Web.UI.DataSourceSelectArguments arguments);
member this.CreateQueryContext : System.Web.UI.DataSourceSelectArguments -> System.Web.UI.WebControls.QueryContext
Protected Function CreateQueryContext (arguments As DataSourceSelectArguments) As QueryContext
パラメーター
- arguments
- DataSourceSelectArguments
基本的なデータ取得を超えたデータ操作を要求する場合に使用するオブジェクトのコレクション。
戻り値
評価されたパラメーター コレクションを格納するコンテキスト オブジェクトのインスタンス。