Returns a list of the entity types in this entity type's inheritance hierarchy (base types, derived types and sibling types).

Namespace:  Mindscape.LightSpeed.MetaData
Assembly:  Mindscape.LightSpeed.MetaData (in Mindscape.LightSpeed.MetaData.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public IList<EntityInfo> InheritanceHierarchy { get; }
Visual Basic (Declaration)
Public ReadOnly Property InheritanceHierarchy As IList(Of EntityInfo)

Remarks

This property considers only discriminated inheritance, not concrete table inheritance.

See Also