Share via


MetaTable.RootEntityType 屬性

定義

取得實體繼承階層架構的根型別。

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

屬性值

Type

實體繼承階層架構的根型別。

備註

如果類型位於繼承階層頂端,或沒有父類型,則會傳回實體類型。

適用於