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

用于请求对数据执行操作的对象的集合,这些操作超出了基本数据检索。

返回

包含计算参数集合的上下文对象的实例。

适用于