AutoQuery base service not using GetDbConnection

Hi, I have overridden the AutoQuery Base service to one of my own (which derives from AutoQueryServiceBase).

I have overridden GetDbConnection so the connection is resolved at runtime. However, the AutoQuery is using the container-registered DbConnection rather than the runtime-generated one. I can set this manually, but it should(?) honour the override.

Ignore me - found the below post which sorts it.

1 Like