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

データの競合を検出するために評価される行の値。

返品

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

注釈

LinqDataSource コントロールを使用してデータを削除する方法については、LinqDataSource クラスのDelete(IDictionary, IDictionary) メソッドを参照してください。

適用対象