Share via


ModelDataSourceView.GetDeleteMethodResult(IDictionary, IDictionary) 메서드

정의

삭제 메서드를 호출하고 결과를 가져옵니다.

protected:
 virtual System::Object ^ GetDeleteMethodResult(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ oldValues);
protected virtual object GetDeleteMethodResult (System.Collections.IDictionary keys, System.Collections.IDictionary oldValues);
abstract member GetDeleteMethodResult : System.Collections.IDictionary * System.Collections.IDictionary -> obj
override this.GetDeleteMethodResult : System.Collections.IDictionary * System.Collections.IDictionary -> obj
Protected Overridable Function GetDeleteMethodResult (keys As IDictionary, oldValues As IDictionary) As Object

매개 변수

keys
IDictionary

DeleteMethod 메서드와 함께 사용할 매개 변수입니다. 메서드와 연결된 매개 변수가 없으면 null을 전달합니다.

oldValues
IDictionary

삭제될 행의 값입니다.

반환

Object

삭제 메서드의 결과입니다.

예외

CanDelete 속성은 false입니다.

적용 대상