Share via


ModelDataSourceView.GetDeleteMethodResult(IDictionary, IDictionary) 方法

定义

调用删除方法和获取结果。

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

参数

keys
IDictionary

DeleteMethod 方法一起使用的参数。 如果没有与方法关联的参数,则传递 null

oldValues
IDictionary

要删除的行值。

返回

删除方法的结果。

例外

CanDelete 属性为 false

适用于