InheritanceHierarchiesFinderSubHierarchyPerEntity Property  | 
 
            Gets the entities in the same sub hierarchy stored per entity. Sub-hierarchy is a hierarchy of entities in the same inheritance hierarchy which are connected and
            have the same inheritance type as the root of the hierarchy. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic Dictionary<EntityDefinition, SubHierarchyView> SubHierarchyPerEntity { get; }Public ReadOnly Property SubHierarchyPerEntity As Dictionary(Of EntityDefinition, SubHierarchyView)
	Get
Property Value
Type: 
DictionaryEntityDefinition, 
SubHierarchyView
See Also