QueryableDataSourceView.Delete(IDictionary, IDictionary) メソッド

定義

削除操作を実行します。

public:
 int Delete(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ oldValues);
public int Delete(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues);
override this.Delete : System.Collections.IDictionary * System.Collections.IDictionary -> int
Public Function Delete (keys As IDictionary, oldValues As IDictionary) As Integer

パラメーター

keys
IDictionary

削除する行のキー。

oldValues
IDictionary

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

返品

データ ソースから削除された行の数。

適用対象