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
Post a Comment