ApplicationUtils.CreateForeignKeyFieldName Method |
Creates the name of the foreign key field which will be referring the relatedField passed in.
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.7.0.0 (5.7.0)
Syntax
Remarksreturns "ILLEGAL" if relatedField is null.
See Also