.Net 6 Oracle Stored Procedures?
Hello,
This is my first time here so I apologize if this is not the place to ask a question like this.
We are using Oracle 19c
I am building a .Net 6 MVC Application in Visual Studio2022 with Oracle.EntityFrameworkCore and Oracle.ManagedDataAcess.Core and need to call stored procedures from oracle but I do not see any examples on how to do this anywhere on the web. Can someone point me in the direction where I might find some examples on how to do it?
Thanks for your time.