I know that I can connect LINQPad to the EF model and be able to run queries to retrieve the results and lambda expressions, but for DB2 it does not display SQL due to the fact that the provider is not passed LINQPad by EF. It seems that if I want to see SQL, I need to write my own driver for DB2 to make it work. I read the documentation and it is a little over my head. Anyone have an example of this work, I would really appreciate it. Thanks.
source share