vairam2008 wrote:
Is it possible to control the generator to do column naming convention to have exceptions only for certain columns in certain tables.
I have columns named Object_Id
the generator names it to ObjectId and causing CLR conflict.
Is it possible to make exception for this column alone?
Thanks
You could also try the Abbreviations tab on Project Properties.
Set the Abbrevation to "Object_Id" and Full Word to whatever you want it to be replaced with.
Cheers
Simon