1

We are using EntityFramework and CodeFirst with MySql Database. In DB I created a stored procedure:

CREATE PROCEDURE `GetDepartmentPath`(leftKey INT, rightKey INT)
BEGIN
.....
END

I tried executing code from here and here(what is very similar to first link), but I always get a NotSupportedExeption. Is there a simple way to execute stored procedures using codefirst and get just a collection of entities?

Community
  • 1
  • 1
valerii.sverdlik
  • 559
  • 4
  • 18
  • have you had any luck with the above problem. I have encountered a similar problem and was wondering what your solution was. thanks – SimpleUser Mar 12 '12 at 05:37

0 Answers0