ModelDataSourceView.GetDeleteMethodResult(IDictionary, IDictionary) Método

Definición

Invoca el método delete y obtiene el resultado.

protected:
 virtual System::Object ^ GetDeleteMethodResult(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ oldValues);
protected virtual object GetDeleteMethodResult(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues);
abstract member GetDeleteMethodResult : System.Collections.IDictionary * System.Collections.IDictionary -> obj
override this.GetDeleteMethodResult : System.Collections.IDictionary * System.Collections.IDictionary -> obj
Protected Overridable Function GetDeleteMethodResult (keys As IDictionary, oldValues As IDictionary) As Object

Parámetros

keys
IDictionary

Parámetros que se van a usar con el DeleteMethod método . Si no hay ningún parámetro asociado al método , pase null.

oldValues
IDictionary

Valores de la fila que se va a eliminar.

Devoluciones

Resultado del método delete.

Excepciones

La CanDelete propiedad es false.

Se aplica a