Using Entity Framework V4 - Mapping Stored Procedures with XML output
Posted
by ericwahner
on Stack Overflow
See other posts from Stack Overflow
or by ericwahner
Published on 2010-06-03T12:41:21Z
Indexed on
2010/06/03
12:44 UTC
Read the original article
Hit count: 169
I have been attempting to implement the Entity framework into my project and unfortunately it seems like mapping an XML result set from SQL is not something that is supported. I also have issues with returning multiple result sets, though I understand that the EFExtensions was created to try to mitigate that issue.
Is there a way to take a FOR XML EXPLICIT result from a SQL Stored Procedure and map it using the Entity Framework?
© Stack Overflow or respective owner