-
Re: [Bug v5.02.03]: COMException while debugging
Thanks, Chowder. Have fixed for next build.1 · -
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 ·
