ModelDataSourceView::EvaluateDeleteMethodParameters Method (IDictionary^, IDictionary^)
.NET Framework (current version)
Invokes the Delete method and gets the result.
Assembly: System.Web (in System.Web.dll)
protected: virtual ModelDataSourceMethod^ EvaluateDeleteMethodParameters( IDictionary^ keys, IDictionary^ oldValues )
Parameters
- keys
-
Type:
System.Collections::IDictionary^
The keys.
- oldValues
-
Type:
System.Collections::IDictionary^
The old values.
Return Value
Type: System.Web.UI.WebControls::ModelDataSourceMethod^The result of the delete method.
.NET Framework
Available since 4.5
Available since 4.5
Show: