开发者

How can I use stored procedures in SubSonic 3.0.3?

开发者 https://www.devze.com 2022-12-17 22:07 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消