ContextDataSourceView.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

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

適用対象