How can I get the connection string for an SQL Express database listed in LINQPad? -


is there easy way connection string of database listed in connection window of linqpad (other using object explorer of visual studio)?

making sgmoore's comment answer:

try this.connection.connectionstring.dump();


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -