ModelDataSourceView::EvaluateSelectMethodParameters Method (DataSourceSelectArguments^, DataSourceSelectResultProcessingOptions^%)
.NET Framework (current version)
Evaluates the select method parameters and also determines the options for processing the select result, such as auto paging and sorting behavior.
Assembly: System.Web (in System.Web.dll)
protected: virtual ModelDataSourceMethod^ EvaluateSelectMethodParameters( DataSourceSelectArguments^ arguments, [OutAttribute] DataSourceSelectResultProcessingOptions^% selectResultProcessingOptions )
Parameters
- arguments
-
Type:
System.Web.UI::DataSourceSelectArguments^
The DataSourceSelectArguments for the select operation.
- selectResultProcessingOptions
-
Type:
System.Web.UI.WebControls::DataSourceSelectResultProcessingOptions^%
The DataSourceSelectResultProcessingOptions to use for processing the select result once the select operation is complete. These options are determined in this method and later used by the ProcessSelectMethodResult method.
Return Value
Type: System.Web.UI.WebControls::ModelDataSourceMethod^The information required to invoke the select method.
.NET Framework
Available since 4.5
Available since 4.5
Show: