Page 1 of 1

mySQL stored procedures in VS 2012

Posted: Mon 15 Oct 2012 19:05
by zolotoy
Can I run mySQL SPs in VS 2012 using EF or any other mapping tool?

Thanks

Re: mySQL stored procedures in VS 2012

Posted: Fri 19 Oct 2012 16:25
by Shalex
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.