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: virtual Object^ GetUpdateMethodResult( IDictionary^ keys, IDictionary^ values, IDictionary^ oldValues )
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: