| EntityFactoryCoreIEntityFactoryCoreCreateHierarchyFields Method  | 
 
            Creates the hierarchy fields for the entity to which this factory belongs.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
SyntaxIEntityFieldsCore IEntityFactoryCore.CreateHierarchyFields()
Private Function CreateHierarchyFields As IEntityFieldsCore
	Implements IEntityFactoryCore.CreateHierarchyFields
Return Value
Type: 
IEntityFieldsCoreIEntityFieldsCore object with the fields of all the entities in the hierarchy of this entity or the fields of this entity if
            the entity isn't in a hierarchy.
Implements
IEntityFactoryCoreCreateHierarchyFields
See Also