Naming rules - FirstLetterUpercase doesn't work correctly

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Glenn
Posts: 7
Joined: Thu 25 Oct 2012 11:16

Naming rules - FirstLetterUpercase doesn't work correctly

Post by Glenn » Thu 25 Oct 2012 11:21

Naming rules - FirstLetterUpercase doesn't work correctly in LinqConnect Model in the version: 7.20.104.

All the generated classes and their members are generated with full uppercase names.

Any idea?

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Naming rules - FirstLetterUpercase doesn't work correctly

Post by MariiaI » Thu 25 Oct 2012 13:41

Most likely, all the names of your tables (and columns) are uppercase in the database.
The 'FirstLetterUpercase' option is responsible for changing of the first letter of the entity's name, while the case of other letters is not changed.
If you want to generate entity's names and their properties in the form of, e.g., "Test_Objects" or "Tests", please set the 'Capitalized' option in the naming rules for the 'Classes and Method Names' and 'Classes Properties' Names'.
For more information, please refer to the article in Entity Developer documentation: Entity Developer-> User Interface Reference-> Create Model Wizard-> Setup Naming Rules, Create Model Wizard.

Post Reply