ModelDataSourceView::GetDeleteMethodResult Method (IDictionary^, IDictionary^)
.NET Framework (current version)
Invokes the delete method and gets the result.
Assembly: System.Web (in System.Web.dll)
protected: virtual Object^ GetDeleteMethodResult( IDictionary^ keys, IDictionary^ oldValues )
Parameters
- keys
-
Type:
System.Collections::IDictionary^
The parameters to be used with the DeleteMethod method. If there are no parameters associated with the method, pass null.
- oldValues
-
Type:
System.Collections::IDictionary^
The values of the row to be deleted.
| Exception | Condition |
|---|---|
| NotSupportedException | The CanDelete property is false. |
.NET Framework
Available since 4.5
Available since 4.5
Show: