ModelDataSourceView.EvaluateSelectMethodParameters Method

Definition

Evaluates the select method parameters and also determines the options for processing the select result, such as auto paging and sorting behavior.

protected virtual System.Web.UI.WebControls.ModelDataSourceMethod EvaluateSelectMethodParameters (System.Web.UI.DataSourceSelectArguments arguments, out System.Web.UI.WebControls.DataSourceSelectResultProcessingOptions selectResultProcessingOptions);

Parameters

arguments
DataSourceSelectArguments

The DataSourceSelectArguments for the select operation.

selectResultProcessingOptions
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(DataSourceSelectArguments, DataSourceSelectResultProcessingOptions, ModelDataMethodResult) method.

Returns

The information required to invoke the select method.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1