ObjectDataSourceDesigner.SelectMethod 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
연결된 컨트롤의 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 이벤트가 발생 합니다.