I have a Table in my data model which is called ContractProductChanges. In the EF data model wizard, I chose to pluralize or singularize object names. After finishing the wizard it names the entity ContractProductChanx. But ContractProductChange makes more sense imho, so I have to change that manually.
I'm in early development phase, consequently I update the .edmx file a lot. Is there a way to override the singularization rules?