Naming rules question for oracle

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
[email protected]
Posts: 10
Joined: Mon 30 May 2011 20:58

Naming rules question for oracle

Post by [email protected] » 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?
Last edited by [email protected] on Thu 02 Jun 2011 15:48, edited 1 time in total.

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Thu 02 Jun 2011 14:31

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'.

[email protected]
Posts: 10
Joined: Mon 30 May 2011 20:58

Post by [email protected] » Thu 02 Jun 2011 15:47

Excellent, you guys rock. :)

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

Post Reply