-
Re: Dump only part of an Object
I've added a feature to the new beta to make this possible. The Dump extension method now has an optional parameter for specifying a comma-delimited list of columns/members to exclude from the output…2 · -
Re: Some queries no longer work on latest version of LinqPad4
A LINQPad 4 beta with a fix for this is now available: http://www.linqpad.net/download.aspx1 · -
Re: SQL Query to DataTable in C# Statement
I don't see why not. Just instantiate the ADO.NET objects that the IQ driver uses yourself. You can figure this out by running the following query: this.Connection The result is Devart.Data.Oracle.Or…1 · -
Re: SQL Query to DataTable in C# Statement
What type of connection are you using? Entity Framework or the IQ Driver?1 · -
Re: Slow Intellisense with Large Extension-Method Namespaces
The short answer is that I expect the problem to go away later this year when LINQPad moves to Roslyn. The long answer is that there's probably no simple fix; the slowdown is not merely a result of h…1 ·