Naming, Field Colon to Underscore

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
MantasB
Posts: 1
Joined: Thu 28 Aug 2014 08:28

Naming, Field Colon to Underscore

Post by MantasB » Thu 28 Aug 2014 08:40

Hi,

I'm working on a massive project where manual renaming cannot be done.

Problem is that ADO.NET Visual Studio Default tool was renaming TablieFieldName:Name to TableFieldName_Name and your tool renames it to: TableFieldNameName.

Real-life example:
Image
Right side of image were cut, you can view full image here: http://s16.postimg.org/7pjbjkl5x/underscore_Problem.jpg

Again, manual renaming cannot be done. I guess your tool don't have this functionality to change this behavior, but are you thinking to implement it in near future?


Mantas

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

Re: Naming, Field Colon to Underscore

Post by Shalex » Fri 29 Aug 2014 16:18

We will notify you when the corresponding option in Model Naming of Entity Developer is implemented.

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

Re: Naming, Field Colon to Underscore

Post by Shalex » Thu 04 Sep 2014 14:37

The Remove Invalid Characters option (by default, True) is added to the Model Naming rules in the new (5.7.436) build of Entity Developer; if it is set to False, all invalid characters will be replaced with underscores.

This build can be downloaded from http://www.devart.com/entitydeveloper/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=32&t=30319.

Post Reply