| IEntityFactoryCoreCreateHierarchyFields Method (String) | 
 
            Creates the hierarchy fields and sets all field's actual containing object name to the name specified. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
SyntaxIEntityFieldsCore CreateHierarchyFields(
	string forEntityName
)
Function CreateHierarchyFields ( 
	forEntityName As String
) As IEntityFieldsCore
Parameters
- forEntityName
 - Type: SystemString
Name of for entity. 
Return Value
Type: 
IEntityFieldsCore
See Also