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

基本的なデータ取得を超えたデータ操作を要求する場合に使用するオブジェクトのコレクション。

戻り値

QueryContext

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

適用対象