Bearbeiten

ModelDataSourceView.ExecuteDelete(IDictionary, IDictionary) Method

Definition

Performs a delete operation using the DeleteMethod method.

protected:
 override int ExecuteDelete(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ oldValues);
protected override int ExecuteDelete (System.Collections.IDictionary keys, System.Collections.IDictionary oldValues);
override this.ExecuteDelete : System.Collections.IDictionary * System.Collections.IDictionary -> int
Protected Overrides Function ExecuteDelete (keys As IDictionary, oldValues As IDictionary) As Integer

Parameters

keys
IDictionary

The parameters to be used with the DeleteMethod method. If there are no parameters associated with the method, pass null.

oldValues
IDictionary

The values of the row to be deleted.

Returns

The number of rows deleted; otherwise, -1, if the number is not known.

Applies to