المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Issue with Imultiple result sets



C# Programming
10-01-2011, 05:22 PM
Hi,

suppose my SP returns 8 results sets i want to fetch only the 8th resultset....the issue which im facing with IMultipleResults.GetResult is

it is not able to give the 8th resultset...and i need to call all the 7 resultsets before i call 8th resultset....and please let me know how to fetch the 8th resultset directly....

As this is possible in classic ado.net using tablemapping to fetch the desired result set ...please let me know how this can be achieved using Linq to Sql..