How to use stored procedure in Entity framework 7 in MVC 6 to select multiple table field value?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
karunapriya kPosted Sep 25, 2015, 5:22 AM
Is it possible yet to execute a stored procedure or execute a piece of SQL in EF7?
To do this in earlier EF versions we have a variety of options such as those detailed on MSDN here
If not is there a plan to allow this through one of the Extension namespaces (eg EntityFramework.Relational or EntityFramework.SqlServer).
At the moment I'm making this call via straight Ado.Net, however that has the disadvantage that it isn't (currently) supported for my requirement
karunapriya kPosted Sep 25, 2015, 5:15 AM
Manas MohapatraPosted Sep 25, 2015, 5:06 AM