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
Post a Comment