ModelDataSourceView.EvaluateMethodParameters Method (DataSourceOperation, ModelDataSourceMethod, IDictionary)
.NET Framework (current version)
Evaluates the method parameters for model binding, using the data source operation, the data source method object, and the control values.
Assembly: System.Web (in System.Web.dll)
Protected Overridable Sub EvaluateMethodParameters ( dataSourceOperation As DataSourceOperation, modelDataSourceMethod As ModelDataSourceMethod, controlValues As IDictionary )
Parameters
- dataSourceOperation
-
Type:
System.Web.UI.DataSourceOperation
The data source operation for which the parameters are being evaluated.
- modelDataSourceMethod
-
Type:
System.Web.UI.WebControls.ModelDataSourceMethod
The method object for which the parameters are being evaluated.
- controlValues
-
Type:
System.Collections.IDictionary
The values from the data-bound control.
This method calls the ModelDataSourceView.EvaluateMethodParameters(DataSourceOperation, ModelDataSourceMethod, IDictionary, Boolean) overload with the isPageLoadComplete parameter set to false.
.NET Framework
Available since 4.5
Available since 4.5
Show: