다음을 통해 공유


ModelDataSourceView.GetInsertMethodResult(IDictionary) 메서드

정의

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

protected:
 virtual System::Object ^ GetInsertMethodResult(System::Collections::IDictionary ^ values);
protected virtual object GetInsertMethodResult (System.Collections.IDictionary values);
abstract member GetInsertMethodResult : System.Collections.IDictionary -> obj
override this.GetInsertMethodResult : System.Collections.IDictionary -> obj
Protected Overridable Function GetInsertMethodResult (values As IDictionary) As Object

매개 변수

values
IDictionary

삽입할 값입니다.

반환

Object

삽입 메서드의 결과입니다.

예외

CanInsert 속성은 false입니다.

적용 대상