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

一組用於請求資料操作的物件集合,超出基本資料檢索範圍。

傳回

包含評估參數集合的上下文物件實例。

適用於