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.4.0.0 (5.4.0)
Syntax IEntityFieldsCore CreateHierarchyFields(
string forEntityName
)
Function CreateHierarchyFields (
forEntityName As String
) As IEntityFieldsCore
Parameters
- forEntityName
- Type: SystemString
Name of for entity.
Return Value
Type:
IEntityFieldsCoreSee Also