Error!
Success!

How to get multiple result set of procedure using LINQ to SQL

0
kicks

How to get multiple result set of procedure using LINQ to SQL  (Unpublished)

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


Kicked By:
Drop Kicked By: