Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
I have one MVC Application, in that application i am using MYSQL Database. i that DB i have created some stored procedure , wheneve i tried to access those stored procedure using Entity Framework then result not getting.

Any Solution?

What I have tried:

Entity Framework with MySQL Stored Procedure not working
Posted
Updated 2-Jun-16 3:59am

1 solution

EF doesn't support MySQL out of the box, you'll need their provider

MySQL :: MySQL Connector/Net Developer Guide :: 9 EF 6 Support[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900