I have an Extension method on ...DbContext... where I want to do a ...SqlBulkCopy.... Therefore I need a ...SqlConnection.... The connection from the DbContext is from the type ...DbConnection... though.
Among a few other things I tried this:...var conne...