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

查询上下文对象的实例,其中包含计算所得的参数集合。

适用于