ModelDataSourceView.InsertMethod 속성

정의

개체가 데이터를 삽입하기 위해 호출하는 ModelDataSourceView 메서드의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ InsertMethod { System::String ^ get(); };
public string InsertMethod { get; }
member this.InsertMethod : string
Public ReadOnly Property InsertMethod As String

속성 값

데이터를 삽입하는 데 사용하는 메서드 ModelDataSourceView 의 이름을 나타내는 문자열입니다.

적용 대상