ModelDataSourceView.EvaluateMethodParameters Method (DataSourceOperation, ModelDataSourceMethod, IDictionary, Boolean)
Evaluates the method parameters for model binding, using the data source operation, the data source method object, the control values, and a value that indicates whether this method is called in the page's LoadComplete event handler.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
protected virtual void EvaluateMethodParameters( DataSourceOperation dataSourceOperation, ModelDataSourceMethod modelDataSourceMethod, IDictionary controlValues, bool isPageLoadComplete )
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.
- isPageLoadComplete
- Type: System.Boolean
Set to true if this method is called in the page's LoadComplete event handler, and if it is called to evaluate the select method parameters, and if custom value providers are being used. This makes it possible to identify changes in the custom value providers in order to mark the data-bound control for data binding if necessary.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.