EntityDataSource.ContextTypeName 속성

정의

ObjectContext 컨트롤에서 사용하는 형식화된 EntityDataSource의 정규화된 이름을 가져오거나 설정합니다.

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

속성 값

String

형식의 정규화된 이름인 String입니다.

설명

ContextTypeName컨트롤의 속성은 EntityDataSource ObjectContext 컨트롤에서 사용 하는 형식화 된의 정규화 된 형식 이름을 지정 하는 문자열입니다 EntityDataSource . ContextTypeName속성이 지정 되지 않은 경우 DefaultContainerName 컨트롤에 대해 및 속성을 모두 ConnectionString 설정 하 여를 만들어야 합니다 ObjectContext .

적용 대상