共用方式為


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

要刪除的資料列的值。

傳回

刪除之資料列的數目,如果數目不明,則為 -1。

適用於