ModelDataSourceView.ExecuteDelete Method (IDictionary, IDictionary)
.NET Framework (current version)
Performs a delete operation using the DeleteMethod method.
Assembly: System.Web (in System.Web.dll)
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.
Return Value
Type: System.Int32The number of rows deleted; otherwise, -1, if the number is not known.
.NET Framework
Available since 4.5
Available since 4.5
Show: