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 です。

適用対象