vote up 0 vote down star

I have a table in my database called "Campus" and when sonic.exe generates the class it names it "Campu". So I tried setting "fixPluralClassNames" to false in my generate statement (through visual studio as an external command, it automatically picks up the connection strings in app.config) but it still generates it as "Campu". I tried running sonic.exe manually through the command line (passing it my database info using /server and /db), setting "fixPluralClassNames" to false and it correctly generates the class named "Campus". Is this a bug or am I doing something wrong? Thanks.

flag
1  
Do other configuration options work if you specify them in your app.config? – Adam Jun 8 at 15:57
You could name your table "campuss" ^^ – SchlaWiener Jun 8 at 16:16

1 Answer

vote up 0 vote down check

You can do this one of two ways: set it in your App.Config (where you SubSonicService is setup) or you can pass it in to sonic.exe when you make the call - as you've seen. I would say to just put it in your config.

link|flag
Thanks. It worked when I put it in my App.config, although I had to put it in the specific provider, not the SubSonicService line. – Andy Jun 8 at 20:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.