Compartilhar via


EntityDataSourceView.ExecuteDelete(IDictionary, IDictionary) Método

Definição

Executa uma operação de exclusão.

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

Parâmetros

keys
IDictionary

A chave da entidade a ser excluída.

oldValues
IDictionary

Os valores da entidade a ser excluída.

Retornos

Int32

O número de linhas excluídas; caso contrário, -1, se a operação falhar ou o número não for conhecido.

Aplica-se a