Language

ModelDataSourceView.GetDeleteMethodResult(IDictionary, IDictionary) メソッド

定義

delete メソッドを呼び出し、結果を取得します。

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

削除する行の値。

返品

delete メソッドの結果。

例外

CanDelete プロパティはfalse。

適用対象