Share via


ContextDataSourceView.ExecuteDelete(IDictionary, IDictionary) メソッド

定義

指定されたキー、および競合の検出に使用する行値を使用して、削除操作を実行します。

protected:
 override int ExecuteDelete(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ oldValues);
protected override int ExecuteDelete (System.Collections.IDictionary keys, System.Collections.IDictionary oldValues);
override this.ExecuteDelete : System.Collections.IDictionary * System.Collections.IDictionary -> int
Protected Overrides Function ExecuteDelete (keys As IDictionary, oldValues As IDictionary) As Integer

パラメーター

keys
IDictionary

削除するレコードの行キー値のディクショナリ。

oldValues
IDictionary

データの競合の検出に使用する、データ要素およびその元の値を表す名前と値のペアのディクショナリ。

戻り値

データ ソースから削除されたオブジェクトまたは行の数。

適用対象