Reputation: 21
I want to create a entity model from the existing database but all the table names contain "_"/underscore in the database so while creating poco classes i want remove underscore from name of the entities/poco classes. Is there a way to change the naming convention while the entities are created in the entity framework during the creation of model from database
Thanks, Amit
Upvotes: 2
Views: 3538
Reputation: 58632
You have two options,
Upvotes: 3