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

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

戻り値

Int32

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

注釈

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

適用対象