Page 1 of 1

Naming rules question for oracle

Posted: Wed 01 Jun 2011 21:02
Using Oracle ALL_NAMES_ARE_UPPERCASE object names in the db, the model naming tool improperly make it ALLNAMESAREUPPERCASE entity name, despite the fact the model naming tool is set up to use FirstLetterUpperCase. This is very-very annoying, and defeats the whole idea of generating entities from DB. Who want to work with SHOUTING ENTITIES in C#?
What did I do wrong?

Posted: Thu 02 Jun 2011 14:31
by StanislavK
The 'FirstLetterUpperCase' naming rule never changes symbols after the first one. To name entities with the camel-case, please try the 'Capitalized' naming rule, which should convert 'ALL_NAMES_ARE_UPPERCASE' to 'AllNamesAreUppercase'.

Posted: Thu 02 Jun 2011 15:47
Excellent, you guys rock. :)

It is a blame I didn't try all capitalization rules.