Given the need to “Update Model from Database” fairly frequently from the .edmx diagram, is there a way to modify the rules by which Visual Studio attempts to “singularize” the entities?
An example would be the aspnet_Users entity which is never corrected to become its singular form of aspnet_User. I’m tiring of manually correcting this name in not only the entity itself, but the 10 or 12 navigation properties involving this entity.
Any suggestions?
Try Entity Developer. We provide flexible Naming Rules:
(source: devart.com)
I’ve just performed a test, and aspnet_users table was named AspnetUser in the conceptual model.