다음을 통해 공유


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

데이터 요소와 원래 값을 나타내는 이름/값 쌍의 사전으로, 데이터 충돌 검색에 사용됩니다.

반환

Int32

데이터 소스에서 삭제된 개체 또는 행의 수입니다.

적용 대상