Entities not Singularized
Posted: Thu 22 Sep 2011 04:23
I have just upgraded to version 6.50.214.
I have a number of database tables ending in the letter 'S' and have set Pluralization to Singularize for Class and Method Names in the model settings.
When generating entities from these tables, the entity name is generated with the 's' still attached and so both the entity and entity set have the same name.
Eg, for table MD_GROUP_MEMBERS I get ...
public ObjectSet MdGroupMembers
This worked as expected in previous versions.
I have a number of database tables ending in the letter 'S' and have set Pluralization to Singularize for Class and Method Names in the model settings.
When generating entities from these tables, the entity name is generated with the 's' still attached and so both the entity and entity set have the same name.
Eg, for table MD_GROUP_MEMBERS I get ...
public ObjectSet MdGroupMembers
This worked as expected in previous versions.