Where is the option for "UseOracle" ? services.AddDbContext(options => options.useoracle()
I believe I've included the required DLL's.
Screenshot provided: https://pasteboard.co/HuVDEfB.png
Any help is much appreciated.
Where is the option for "UseOracle" ? services.AddDbContext(options => options.useoracle()
I believe I've included the required DLL's.
Screenshot provided: https://pasteboard.co/HuVDEfB.png
Any help is much appreciated.
Try this
using Oracle.EntityFrameworkCore;