Access stored procedure using Linq-to-SQL

2020-07-16 09:09发布

问题:

How can I execute a stored procedure from Linq-to-SQL in an efficient way?

回答1:

This will help you:

http://weblogs.asp.net/scottgu/archive/2007/08/16/linq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx