QueryableDataSourceView::CreateQueryContext Method (DataSourceSelectArguments^)

.NET Framework (current version)
 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
QueryContext^ CreateQueryContext(
	DataSourceSelectArguments^ arguments
)

Parameters

arguments
Type: System.Web.UI::DataSourceSelectArguments^

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

Return Value

Type: System.Web.UI.WebControls::QueryContext^

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

.NET Framework
Available since 4.0
Return to top
Show: