I want to use subsonic 3.0 SimpleRepository in my project, but there is a problem :
If my table's name like Product etc. then i can't get any data from database, because subsonic generate the sql statement like "Select * from Products ..."
PS: I don't want to change my table name
I write a t4 template to solve this problem, i hope someone can take a look at my code and tell me am i do the right thing?
Thx
Code: SimpleRepositoryDemo