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
基本的なデータ取得以外のデータに対する操作を要求するために使用されるオブジェクトのコレクション。
返品
評価されたパラメーター コレクションを含むコンテキスト オブジェクトのインスタンス。