I am trying to use t4toolbox to generate linq2sql classes for a project. There is already a lot of code written against the default code created by dbml.
In the LinqToSqlEntityClassTemplate.tt file it has
Is there a way to make it generate default files (Visual Studio path) instead of camelCasing and not have underscores?
The code generated by t4toolbox causes 400+ errors due to differences in the field name.
source
share