linq to sql - Can Entity Framework deal with multiple result sets (each from joined tables) from a stored procedure? -


In SQL, in SQL, I can not find an easy way to deal with many result sets returned from an archived method. Joins the table Each result set does not map directly to a table. (Can not change this behavior). For now, it is very easy to use a dataset.

Can the existing unit framework or the next one, 4.0, handle these types of scenarios directly from the designer? Or can it be easily by code?

This new EF is not supported outside of the box.

But there is a project on CodeGallery that shows how to do it easily.

Hope this helps

Alex


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -