Hi, I have implemented Subsonic 3.0 successfully, but when ever a database call is made the table names are added with a plural values. Can anyone guide me on this.
EG:- var categories = new Select().From<Vendor>();
the db call goes as
"SELECT * FROM Vendors"
Thanks in Advance Arun.M