ModelDataSourceView.GetDeleteMethodResult(IDictionary, IDictionary) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
叫用 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
要刪除的資料列的值。
傳回
刪除方法的結果。
例外狀況
CanDelete 屬性為 false
。