We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Make DataContext.GetDataConnection protected virtual to allow getting connections from custom connection pools.
I suspect you need not GetDataConnection override, but just custom DataConnection factory?
https://github.com/linq2db/linq2db/blob/master/Source/LinqToDB/DataContext.cs#L234-L235
Yes that will do the job
Activity
MaceWindu commentedon Mar 27, 2020
I suspect you need not GetDataConnection override, but just custom DataConnection factory?
https://github.com/linq2db/linq2db/blob/master/Source/LinqToDB/DataContext.cs#L234-L235
ekalchev commentedon Mar 27, 2020
Yes that will do the job