-
Re: Specify Linqpad Connection Programatically?
I just checked I and even just read my connection string (the provider connection string of an EntityFramework connection string) and use it directly in a new TypedDataContext, if that helps var conf…1 · -
Re: Specify Linqpad Connection Programatically?
I am doing something similar. You cannot switch to another named connection, as far as I know, but you can open another connection with the current typed data context. You can get the connection stri…1 ·