entity framework with SP -


i'm using vs 2008 sp1. want use sp in entity framework. problem sp returns more 1 result set. how multiple result sets? online examples showing single result. please me.

entity framework unfortunately not support multiple result sets stored procedures - not in .net 4 release.

you need either rewrite stored procs, or access them using standard, bare-bones ado.net - , ask microsoft support multiple sp result sets in ef 5 !! i'll cast vote in favor, too!


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -