ModelDataSourceView.SelectMethod 속성

정의

컨트롤이 데이터를 검색하기 위해 호출하는 ModelDataSourceView 메서드의 이름을 가져오거나 설정합니다.

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

속성 값

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

적용 대상