Share via


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에서 데이터를 검색할 때 사용하는 메서드나 함수의 이름을 나타내는 문자열입니다.

적용 대상