Support for converting underscore notation to PascalCase and vice versa
I would like to be able to convert my database objects, which are in underscore notation into PascalCase when I do database-first work. Likewise, I would like to convert my PascalCase .NET objects into underscore notation in the database when doing model-first. So
MYGREATTABLE becomes MyGreatTable and, MyGreatClass would become MYGREATCLASS.
7
votes
Ryan Smith
shared this idea