如何从mvc3调用存储过程?
我正在尝试使用mvc3。在线文档说明了如何将一个类连接到一张表。有人对如何运行存储过程并将结果返回到视图有建议吗?
I'm trying to use mvc3. The online documentation says how to connect one class to one table. anybody have a suggestion on how to run stored procedures and return the results to a view?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
MVC 不对您访问数据的方式负责。您可以使用许多技术,包括
MVC is not responsible for the way you access your data. There are many technologies that you can use including
LINQ to SQL 可能是无需任何先验知识即可使其工作的最简单方法。查看 Scott Gu 的帖子 http://weblogs.asp.net/scottgu/archive/2007/08/16/linq-to-sql-part-6-retriving-data-using-stored-procedures.aspx< /a>
LINQ to SQL is probably the easiest way to get it working without any prior knowledge. Check out Scott Gu's post http://weblogs.asp.net/scottgu/archive/2007/08/16/linq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx