LLBL 4.0 Final
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
Database first Code Generation
Visual Studio 2010 using C#
Target Framework LLBL Gen Pro Runtime Framework
Target language C#, platform .NET 4.0
Template Self Servicing
Selected Preset SD.Presets.SelfServicing.General
When I generate code
Tables with names like TASK_STATUS are converted to TaskStatu
1) What is the setting to use Pascal case but do not drop the 's'? eg TASK_STATUS => TaskStatus
2) A table named MOU_AGREEMENT_TYPE_LOCALE becomes an entity called
MouAgreementTypeEntity which is fine but the access method is called
public static IPrefetchPathElement PrefetchPathMouAgreementTypeLocales
with an 's' on the end
What is the setting to not add an 's' to access methods?
eg MOU_AGREEMENT_TYPE_LOCALE => MouAgreementTypeEntity has a method
public static IPrefetchPathElement PrefetchPathMouAgreementTypeLocale
Thanks