MetaTable.RootEntityType 属性

定义

获取实体继承层次结构的根类型。

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

属性值

实体继承层次结构的根类型。

注解

如果该类型位于继承层次结构的顶部或没有父类型,则返回实体类型。

适用于