QueryableDataSourceView.CreateQueryContext(DataSourceSelectArguments) Method

Definition

Creates an instance of a query context object that contains the evaluated parameter collections.

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

Parameters

arguments
DataSourceSelectArguments

A collection of objects that are used to request operations on the data beyond basic data retrieval.

Returns

An instance of the context object that contains the evaluated parameter collections.

Applies to