ModelDataSourceView.GetUpdateMethodResult Method (IDictionary, IDictionary, IDictionary)

.NET Framework (current version)
 

Invokes the update method and gets the result.

Namespace:   System.Web.UI.WebControls
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.

Return Value

Type: System.Object

The result of the update method.

Exception Condition
NotSupportedException

The CanUpdate property is false.

.NET Framework
Available since 4.5
Return to top
Show: