Naming rules - FirstLetterUpercase doesn't work correctly

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
hom_rcp
Posts: 10
Joined: Sun 13 Feb 2011 12:06
Location: SY

Naming rules - FirstLetterUpercase doesn't work correctly

Post by hom_rcp » Sat 07 Apr 2012 06:33

Naming rules - FirstLetterUpercase doesn't work correctly in Entity Model in the version: 6.30.160.0 After it was working well before the upgrade.

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

Any idea?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 09 Apr 2012 10:17

Please upgrade to the latest (6.80.332) version of dotConnect for Oracle. The FirstLetterUpercase model naming works correctly in this version. Examples:
DEPTNO (database) -> DEPTNO (model)
deptno -> Deptno
Maybe, you need the Capitalized option? Examples:
DEPTNO -> Deptno
deptno -> Deptno

Post Reply