By mswatcher
via blogs.msdn.com
Submitted: May 16 2008 / 23:38
Often I get the following questions about stored procs in LINQ to SQL:
1. I have sproc that returns multiple results. How can I use it in LINQ to SQL?
2. Can I use a sproc that returns results of different shapes; e.g. Customers and Orders?
3. I drag-dropped a sproc returning multiple results on the designer surface. But I don't get a method returning multiple results. What is missing?
Here is the overall answer.
Add your comment