In LINQ 2 SQL,I am executing a stored procedure like
datacontext.StoredProcedureName(parameter1,paramter2)
My sotored procedure is returning 2 different resultsets.How can i catch it and parse over it to grab the values from it
VB.NET am working with