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

定義

DeleteMethod メソッドを使う操作を削除します。

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

パラメーター

keys
IDictionary

DeleteMethod メソッドで使用するパラメーター。 メソッドに関連付けられているパラメーターがない場合は、null を渡します。

oldValues
IDictionary

削除する行の値。

戻り値

Int32

削除された行数。数が不明の場合は -1。

適用対象