다음을 통해 공유


LinqDataSourceView.ContextTypeName 속성

정의

TableName 속성에 지정된 필드 또는 속성이 들어 있는 데이터 컨텍스트 클래스의 이름을 가져오거나 설정합니다.

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

속성 값

데이터 컨텍스트 클래스의 이름입니다.

설명

설정 하는 경우는 ContextTypeName 속성을 컨트롤의 속성 LinqDataSource 에 대 한 ContextTypeName 해당 값도 설정 됩니다 LinqDataSourceView 는 컨트롤입니다. 자세한 내용은 개체를 참조하세요 LinqDataSource.ContextTypeName .

이벤트 중에 쿼리 데이터가 제공되지 않거나 이벤트 중에 SelectingContextCreating 컨텍스트를 수동으로 만들지 않는 한 이 속성을 지정해야 합니다.

적용 대상

추가 정보