EntityDataSourceView.ExecuteUpdate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
更新操作を実行します。
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
更新するエンティティの古い値。
返品
更新された行の数。それ以外の場合は -1。操作が失敗した場合、または数値が不明な場合は -1。