LinqDataSourceView.ValidateUpdateSupported メソッド

定義

更新操作を実行する条件が満たされていることを検証します。

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

更新操作の古い行値を格納しているディクショナリ。

例外

更新操作がサポートされていません。

注釈

プロパティまたは プロパティに 以外nullGroupBy値がSelectNew含まれている場合、データを更新することはできません。 詳細については、LinqDataSource.EnableUpdate プロパティを参照してください。

適用対象