EntityDataSource.GetViewNames 메서드

정의

컨트롤과 EntityDataSource 연결된 뷰 개체 목록을 나타내는 이름 컬렉션을 가져옵니다.

protected:
 override System::Collections::ICollection ^ GetViewNames();
protected override System.Collections.ICollection GetViewNames();
override this.GetViewNames : unit -> System.Collections.ICollection
Protected Overrides Function GetViewNames () As ICollection

반품

ICollection 컨트롤과 연결된 뷰의 이름이 들어 있는 EntityDataSource 항목입니다.

구현

설명

컨트롤은 EntityDataSource 기본 데이터에 대해 하나의 보기만 지원합니다. 이 메서드는 GetViewNames 이 단일 보기 이름의 단일 요소 컬렉션을 문자열로 반환합니다.

적용 대상