次の方法で共有


MetaTable.RootEntityType プロパティ

定義

エンティティの継承階層のルート型を取得します。

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

プロパティ値

Type

エンティティの継承階層のルート型。

注釈

型が継承階層の最上位にある場合、または親型がない場合は、エンティティ型が返されます。

適用対象