다음을 통해 공유


ObjectDataSourceDesigner.SelectMethod 속성

정의

연결된 컨트롤의 Select() 메서드가 호출될 때 실행할 메서드의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ SelectMethod { System::String ^ get(); void set(System::String ^ value); };
public string SelectMethod { get; set; }
member this.SelectMethod : string with get, set
Public Property SelectMethod As String

속성 값

Select()가 호출될 때 실행할 메서드의 이름이 들어 있는 문자열입니다.

설명

합니다 SelectMethod 속성 그림자를 SelectMethod 연결된 된 컨트롤의 속성입니다.

때의 값을 SelectMethod 속성이 변경 되 면 연결 된 디자인 타임 태그 ObjectDataSource 컨트롤이 업데이트 됩니다. 합니다 RefreshSchema 메서드를 호출 하는 경우는 CanRefreshSchema 속성은 true이 고, 그렇지 않으면를 DataSourceChanged 이벤트가 발생 합니다.

적용 대상

추가 정보