Page 1 of 1

Some of my Property Names are getting singularized, how to prevent?

Posted: Mon 03 Jun 2013 09:36
by EdB
Hi,

I have a number of plural looking property names like "Circumstances", "Terms" etc which ED is converting to "Circumstance" and "Term". This happens on the Storage Entity. The DB is correct and the class is correct, but I obviously then get a runtime error as it cannot find a column called "Circumstance".

How can I prevent ED altering these property names?

Many thanks.

Re: Some of my Property Names are getting singularized, how to prevent?

Posted: Tue 04 Jun 2013 07:03
by Shalex
Right click on the diagram > Model Settings > Synchronization > Database Naming and check your current naming rules. These settings are applied when Model Settings > Synchronization > Mapping > "Enable automatic synchronization of storage part and mapping of the model with its conceptual part" is selected.

Re: Some of my Property Names are getting singularized, how to prevent?

Posted: Tue 04 Jun 2013 08:17
by EdB
Thanks.