ModelDataSourceView.EvaluateUpdateMethodParameters Method (IDictionary, IDictionary, IDictionary)
.NET Framework (current version)
Invokes the Update method and gets the result.
Assembly: System.Web (in System.Web.dll)
abstract EvaluateUpdateMethodParameters : keys:IDictionary * values:IDictionary * oldValues:IDictionary -> ModelDataSourceMethod override EvaluateUpdateMethodParameters : keys:IDictionary * values:IDictionary * oldValues:IDictionary -> ModelDataSourceMethod
Parameters
- keys
-
Type:
System.Collections.IDictionary
The keys.
- values
-
Type:
System.Collections.IDictionary
The values.
- oldValues
-
Type:
System.Collections.IDictionary
The old values.
.NET Framework
Available since 4.5
Available since 4.5
Show: