Hi everyone!
i´m a novice in the Subsonic, and i have a isseu about the way how it work´s.
When subsonic generate de .cs file for default the name of the classes comes in LowerCase. I have edited the MySql template using the funciton "ToTitleCase()" it´s resolved a peace of my problem, if my table name is Products i´ts ok, but if is that a composite name like ProductsType the class name comes "Productstype".
I see the Columns names comes exactly same Case like it´s in the Database.
So i could not found where in the template code I have to do the modification that the names of the class comes like the table name.(in same Case Sensitive)
Any ideas for that ?
Many Thanks