-
Re: Is there a way to dump the DbDataReader itself and not the data?
This is now easily possible from LINQPad v5.09.04, with LINQPad's new Util.ToExpando method: Util.ToExpando (myDataReader).Dump();3 · -
Re: Specify Linqpad Connection Programatically?
This strategy will work if all the databases in question have the same schema. You can retrieve the connection string from another query as follows: Util.GetMyQueries().First (x => x.FilePath == &…3 · -
Re: Intellisense for LINQ methods on strings not working?
LINQPad deliberately hides them, because most of the time, they're a pain :) It's not often that you want to treat string as an IEnumerable, and they make it hard to find any other extension methods …1 · -
Re: "using namespace;" statements in C# query file
Yes, this should be an option. My medium and long-term plan is for LINQPad to offer compatibility with the Roslyn scripting library, which allows for using directives in the script. This will give th…3 · -
Re: 1 complement, 1 question and 1 idea
The new beta build with a ComboBox in Util.ReadLine is now out.3 ·