We use Entity Framework 5, but have a requirement to ALSO use a normal database connection from the application for some custom SQL we need to perform.
So, I am creating
In current versions of EF you can find the property here: dbContext.Database.TransactionManager.ConnectionString