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 데이터를 삭제하는 방법에 대한 자세한 내용은 클래스의 메서드를 Delete(IDictionary, IDictionary)LinqDataSource 참조하세요.

적용 대상