EntityDataSourceView.ExecuteDelete(IDictionary, IDictionary) Método

Definición

Realiza una operación de eliminación.

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

Claves de la entidad que se va a eliminar.

oldValues
IDictionary

Valores de la entidad que se va a eliminar.

Devoluciones

Número de filas eliminadas; de lo contrario, -1, si se produce un error en la operación o no se conoce el número.

Se aplica a