I have a table called Group_Focus and when we generated our code with Subsonic 2.2 it's calling the object GroupFocu while the files are named GroupFocu.cs and GroupFocuController.cs. Is there anyway to get it to not strip off the s when it builds the objects?
I'm using the following settings in my Provider settings in the web.config:
includeTableList="^Group" stripColumnText="s_,d_,b_" stripTableText="tbl"