QueryableDataSourceView.CreateQueryContext(DataSourceSelectArguments) メソッド

定義

評価されたパラメーター コレクションを含むクエリ コンテキスト オブジェクトのインスタンスを作成します。

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

基本的なデータ取得以外のデータに対する操作を要求するために使用されるオブジェクトのコレクション。

返品

評価されたパラメーター コレクションを含むコンテキスト オブジェクトのインスタンス。

適用対象