How can I use stored procedures in SubSonic 3.0.3?
I have a 开发者_开发技巧problem in SubSonic 3.0.3. When I use SubSonic to generate code, I can use all the tables in the database, but I can't see any of the stored procedures which had been defined in database.
Please help.
P.S. : I am using MSSQL
Make sure you are including the StoredProcedures.tt file. Running the t4 should generate the code for you to use stored procedures.
精彩评论