dusan-tkac

Results 2 comments of dusan-tkac

Can't you just create another DbContext using new connection string with same database with different credentials? Set up your IDbContextFactory implementation to create new DbContext instance as well when requested...

You don't have to generate it. Just hand-write the new DbContext in a separate project. Only include entities you need for that query. Or you can use Entity Data Model...