MetaTable.RootEntityType Propriedade
Definição
Obtém o tipo raiz da hierarquia de herança da entidade.Gets the root type of the entity's inheritance hierarchy.
public:
property Type ^ RootEntityType { Type ^ get(); };
public Type RootEntityType { get; }
member this.RootEntityType : Type
Public ReadOnly Property RootEntityType As Type
Valor da propriedade
O tipo de raiz da hierarquia de herança da entidade.The root type of the entity's inheritance hierarchy.
Comentários
Se o tipo estiver na parte superior da hierarquia de herança ou não tiver um tipo pai, o tipo de entidade será retornado.If the type is at the top of the inheritance hierarchy or does not have a parent type, the entity type is returned.