Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
IEntityFieldsCore CreateHierarchyFields(
	string forEntityName
)

Parameters

forEntityName
Type: SystemString
Name of for entity.

Return Value

Type: IEntityFieldsCore
See Also