Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

calling a stored procedure using Oracle Entity Framework Database First

oradbuserNov 2 2017

Hello,

Is there an example on how you can execute a stored procedure from oracle entity framework?

I created a new ADO.net entity model and included the tables and the stored procedure and generated the model. I have a stored procedure

with two input parameters and one output parameter. Thanks. Any examples would be great.

i can see that i can access the stored procedure by

context.MyStoredProcedure(inparam1,inparam2,outparam)

But i am not sure how to call it. Thanks!

I am using VS 2017 and Oracle Entity Framework 6

Thanks!

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 30 2017
Added on Nov 2 2017
0 comments
1,897 views