Hello
i want to create a custom repository in verssion to access store procedure and tables from the framework.
i am using the following article: https://aspnetboilerplate.com/Pages/Documents/Articles/Using-Stored-Procedures,-User-Defined-Functions-and-Views/index.html
But , i get an error in my project. Please see attached image.
5 Answer(s)
-
0
Hi,
You can take a look at https://www.entityframeworktutorial.net/efcore/working-with-stored-procedure-in-ef-core.aspx. Executing a Stored procedure n AspNet Zero is similar to you do in any EF Core project.
Please let us know if you face any problems.
-
0
-
0
Hi @fdelcarmen
Is it possible to share your solution or a reproduction solution to [email protected] ? We can fix this for you.
Thanks,
-
0
-
0
Hi @fdelcarmen
Unit tests are using SQLite database and it doesn't support Stored Procedures as far as I know.