0
kicks
How to get multiple result set of procedure using LINQ to SQL
There always be case where one procedure returns more then one result set. Getting those data in DataSet is lazy way of coding, best way to do that is using DataReader. DataReader having method call NextResult which allows us to read next result set if any.
Read more from story Url