I’m using Code First with EF 5. Currently I have SPs that return just single result to tie them with EF. And I wonder if it’s possible to return multiple results using Code First? I read articles using DB First though. But there is nothing about CF.
Share
Stored procedures with multiple result sets are currently supported only in EDMX (database first scenario). Moreover there is currently no designer support so you have to map them manually in XML.