Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 360 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 360 Bytes

DB2LinqPadDriver

LINQPad driver for connecting to a DB2 database.

I'm creating the data context class hierarchy semi-manually through the DataContextCodeGenerator class. I could probably make the querying faster if I created a smarter set of classes here. This seems to work pretty well overall though.

In LINQPad, import DB2DataContextDriver.lpx.