QueryableDataSourceView.ExecuteDelete(IDictionary, IDictionary) Method

Definition

Performs a delete operation on data items that the QueryableDataSourceView object represents by using the specified values.

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 keys of the rows to delete.

oldValues
IDictionary

The row values to evaluate in order to detect data conflicts.

Returns

The number of objects or rows that were deleted from the data source.

Applies to