Execute Stored Procedures #771
alonsourena
started this conversation in
Ideas
Replies: 1 comment
-
I found a way to execute Stored Procedures, but I still have a problem loading the related entities. Add
On the implementation of the
And whenever we need to call a Store Procedure, we can call it this way:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was thinking if it's possible to execute a stored procedure using Entity Framework Core.
As stated in the Entity Framework Core docs is possible but:
I tried to use FromSql on the DbSet properties created on the IApplicationDbContext but it doesn't show up the method.
So will be nice to have a dynamic way to execute stored procedures.
Beta Was this translation helpful? Give feedback.
All reactions