Hello,
I'm trying to map a stored procedure using Entity Developer.
I've added the Stored Procedure to the StorageModel and created the Method in the Context Model.
However, I don't know how to use it. I've seen some examples and it seems that it should be accessible by the context. But I've checked my DbContext and it's not there.
Am I missing something?
Any help would be really appreciated.
Thank you
Using Oracle Stored Procedure
Re: Using Oracle Stored Procedure
Fluent mapping doesn't support usage of stored procedures: http://blog.devart.com/entity-developer ... plate.html.otaviosoares wrote:I've added the Stored Procedure to the StorageModel and created the Method in the Context Model.
However, I don't know how to use it. I've seen some examples and it seems that it should be accessible by the context. But I've checked my DbContext and it's not there.
If this is not the case, please make sure that you saved the model (to regenerate the code) after adding a new method in CSDL.
-
- Posts: 7
- Joined: Fri 22 Aug 2014 19:07
Re: Using Oracle Stored Procedure
Yes, that's the case.
Thank you for the reply.
Best
Thank you for the reply.
Best