ModelDataSourceView.GetUpdateMethodResult Method (IDictionary, IDictionary, IDictionary)
.NET Framework (current version)
Invokes the update method and gets the result.
Assembly: System.Web (in System.Web.dll)
Protected Overridable Function GetUpdateMethodResult ( keys As IDictionary, values As IDictionary, oldValues As IDictionary ) As Object
Parameters
- keys
-
Type:
System.Collections.IDictionary
The parameters to be used with the UpdateMethod method. If there are no parameters associated with the method, pass null.
- values
-
Type:
System.Collections.IDictionary
The new values of the row to be updated.
- oldValues
-
Type:
System.Collections.IDictionary
The old values of the row to be updated.
| Exception | Condition |
|---|---|
| NotSupportedException | The CanUpdate property is false. |
.NET Framework
Available since 4.5
Available since 4.5
Show: