Click or drag to resize
EntityFactoryCoreIEntityFactoryCoreCreateHierarchyFields 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)
Syntax
IEntityFieldsCore IEntityFactoryCore.CreateHierarchyFields(
	string forEntityName
)

Parameters

forEntityName
Type: SystemString
Name of for entity.

Return Value

Type: IEntityFieldsCore

Implements

IEntityFactoryCoreCreateHierarchyFields(String)
See Also