I'm working in ASP.NET 4.5 project using Entity Framework 6 Database First approach.
I need to use a OracleConnection into DbContext because I can't use a connection string to establish the communication with the DBMS.
I know DbContext class has a constructor accepting an instance of DbConnection but I having some problems with it.
Do you know where I can get more information about this issue?
Thanks.