LinqDataSourceView.ValidateUpdateSupported メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
更新操作を実行する条件が満たされていることを検証します。
protected:
virtual void ValidateUpdateSupported(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ values, System::Collections::IDictionary ^ oldValues);
protected virtual void ValidateUpdateSupported (System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues);
abstract member ValidateUpdateSupported : System.Collections.IDictionary * System.Collections.IDictionary * System.Collections.IDictionary -> unit
override this.ValidateUpdateSupported : System.Collections.IDictionary * System.Collections.IDictionary * System.Collections.IDictionary -> unit
Protected Overridable Sub ValidateUpdateSupported (keys As IDictionary, values As IDictionary, oldValues As IDictionary)
パラメーター
- keys
- IDictionary
更新するデータ レコードのキー値のディクショナリ。
- values
- IDictionary
更新操作の新しい行値を格納しているディクショナリ。
- oldValues
- IDictionary
更新操作の古い行値を格納しているディクショナリ。
例外
更新操作がサポートされていません。
注釈
プロパティまたは プロパティに 以外null
のGroupBy値がSelectNew含まれている場合、データを更新することはできません。 詳細については、LinqDataSource.EnableUpdate プロパティを参照してください。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET