MetaTable.DataContextType 속성

정의

테이블과 연결된 데이터 컨텍스트의 형식을 가져옵니다.

public:
 property Type ^ DataContextType { Type ^ get(); };
public Type DataContextType { get; }
member this.DataContextType : Type
Public ReadOnly Property DataContextType As Type

속성 값

데이터 컨텍스트의 형식입니다.

설명

자세한 내용은 클래스 개요를 System.Data.Linq.DataContext 참조하세요.

적용 대상