ModelDataSourceView.ExecuteUpdate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 UpdateMethod 方法執行更新作業。
protected:
override int ExecuteUpdate(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ values, System::Collections::IDictionary ^ oldValues);
protected override int ExecuteUpdate (System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues);
override this.ExecuteUpdate : System.Collections.IDictionary * System.Collections.IDictionary * System.Collections.IDictionary -> int
Protected Overrides Function ExecuteUpdate (keys As IDictionary, values As IDictionary, oldValues As IDictionary) As Integer
參數
- keys
- IDictionary
要搭配 UpdateMethod 方法使用的參數。 如果沒有任何參數與此方法有關聯,則會傳遞 null
。
- values
- IDictionary
要更新的資料列的新值。
- oldValues
- IDictionary
要更新的資料列的舊值。
傳回
插入之資料列的數目,如果數目不明,則為 -1。