Click or drag to resize
EntityFactoryCore2.IEntityFactoryCore.CreateHierarchyFields 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: System.String
Name of for entity.

Return Value

Type: IEntityFieldsCore

Implements

IEntityFactoryCore.CreateHierarchyFields(String)
See Also