QueryableDataSourceView.Delete(IDictionary, IDictionary) Method

Definition

Performs a delete operation.

public:
 int Delete(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ oldValues);
public int Delete (System.Collections.IDictionary keys, System.Collections.IDictionary oldValues);
override this.Delete : System.Collections.IDictionary * System.Collections.IDictionary -> int
Public Function Delete (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 rows that were deleted from the data source.

Applies to