1
Vote

Support data access adapters in LINQPad extension

description

I tried to use the extension on a project that uses data adapters instead of self-servicing and it failed with an exception.
 
The driver dialog needs to optionally allow the data access adapter class to be specified, and then supplied to the LinqMetaData instance.
 
I've attached code and a working compiled driver suitable for use with LINQPad.

file attachments

comments

teljj001 wrote Apr 11, 2010 at 8:37 AM

Attached compiled version suitable for loading in LINQPad if anyone's interested.

teljj001 wrote Apr 11, 2010 at 8:50 AM

Updated the description after uploading the source as a patch.