tags:

views:

93

answers:

1

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.

+1  A: 

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.

alexandrul