mySQL stored procedures in VS 2012

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
zolotoy
Posts: 2
Joined: Mon 15 Oct 2012 19:03

mySQL stored procedures in VS 2012

Post by zolotoy » Mon 15 Oct 2012 19:05

Can I run mySQL SPs in VS 2012 using EF or any other mapping tool?

Thanks

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: mySQL stored procedures in VS 2012

Post by Shalex » Fri 19 Oct 2012 16:25

Yes, you can. We recommend you to use Entity Developer (*.edml, the Devart Entity Model item in Visual Studio). Just drag&drop stored procedure on the designer surface from Database Explorer to create a method in the conceptual part and save the model to generate the corresponding code. If you encounter any difficulties, please describe the issue.

Post Reply