I'm using LinqPad to execute some dynamic sql and it is returning IEnumerable when I call .Dump(). I would like it to display the results of the anonymous type its returning. Any help on executing a dynamic sql statement in LinqPad and displaying the results would be appreciated.I'm using LinqPad to execute some dynamic sql a