Is there anyway to override the class name generated as its causing me problems when generating tables. Im getting clashes as i have property names the same names as some of my tables.

This causes duplicate name compile time errors on my classes.

link|improve this question
feedback

1 Answer

See SubSonic Conventions

Column names should not be the same as table names.

In short, unless you are willing to change and rebuild SubSonic from sources, just rename the conflicting column names.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown