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
物件的集合,用於要求對資料執行非基本資料擷取的作業。
傳回
內容物件的執行個體,包含評估的參數集合。