-
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 · -
Re: Cannot update multiple progressbars asynchronously
I'll look into the problem soon; in the meantime, you can work around this by specifying a title when calling Util.ProgressBar. Also bear in mind that ParallelEnumerable is not designed for I/O-bound…1 · -
Re: Smart Tags?
LINQPad's smart-tags for importing namespaces and assemblies should now work with VB in the latest 5.03.02 beta. Let me know how you get along.1 ·