Quantcast
Channel: EntityFramework Reverse POCO Code First Generator
Viewing all articles
Browse latest Browse all 1642

Created Unassigned: UseCamelCase and views [113]

$
0
0
We have set UseCamelCase = true in our tt file. The problem with this setting that it changes columns in the views as well. Say, I have column FBQuickService or PMSInterface and the resulting name is FbQuickService and PmsInterface. For the views I normally do name the columns the way I need them. I am wondering if it's possible to have a separate setting to still convert table columns, but preserve views' columns with their names?

Thanks in advance.

Viewing all articles
Browse latest Browse all 1642

Trending Articles