ModelDataSourceView::EvaluateUpdateMethodParameters 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:
virtual ModelDataSourceMethod^ EvaluateUpdateMethodParameters(
	IDictionary^ keys,
	IDictionary^ values,
	IDictionary^ oldValues
)

Parameters

keys
Type: System.Collections::IDictionary^

The keys.

values
Type: System.Collections::IDictionary^

The values.

oldValues
Type: System.Collections::IDictionary^

The old values.

Return Value

Type: System.Web.UI.WebControls::ModelDataSourceMethod^

The result of the update method.

.NET Framework
Available since 4.5
Return to top
Show: