ModelDataSourceView.GetDeleteMethodResult(IDictionary, IDictionary) 메서드

정의

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

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

삭제할 행의 값입니다.

반품

delete 메서드의 결과입니다.

예외

CanDelete 속성은 false입니다.

적용 대상