次の方法で共有


QueryableDataSourceView.ExecuteUpdate メソッド

定義

更新の操作を実行します。

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

更新する行のキー。

values
IDictionary

更新する行の値。

oldValues
IDictionary

データの競合を検出するために評価する行値。

戻り値

Int32

データ ソースで更新された行数。

適用対象