MetaTable.DataContextType 属性

定义

获取与表关联的数据上下文的类型。

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

属性值

Type

数据上下文的类型。

注解

有关详细信息,请参阅 System.Data.Linq.DataContext 类概述。

适用于