Can the naming convention used by Entity Framework 6.0 (Database first) be changed? -


i'm totally new entity framework. have large application used framework properties , entities followed camelcase naming. seems build entity framework 6.0 constructing names lowercase.

i dread hours/days take change names lowercase.

what best way deal in database first scenario?

much suggestions.

(i'm using visual studio 2015, c#, entity framework 6.0, npgsql 3.0.5, postgresql 9.5)


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -