Click or drag to resize
ApplicationUtilsCreateForfName Method
Creates the name for the field mapped onto related field (Forf) which is mapped onto the passed in field. This name is not necessarily CLS compliant or unique. It does however create a name using the pattern set in the passed in properties.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string CreateForfName(
	RelatedFieldElement relatedField,
	ProjectProperties properties
)

Parameters

relatedField
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelRelatedFieldElement
The related field.
properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
Properties.

Return Value

Type: String
A name for the field mapped on the related field passed in (forf) which has to be processed further (if it's not unique or not CLS compliant)
See Also