-
Re: NuGetVersionNotSatisfiedException
I plan to release another beta shortly, then hopefully it can go RTM a few weeks after that.1 · -
Re: Can't use .Where or .Select with stored procedure call?
The easiest way to accomplish this is to call .AsDynamic() on the return data set: spCustomers().AsDynamic().Where (x => x.Name.StartsWith ("T")) AsDynamic is an extension method built i…1 · -
Re: Linqpad - is VB as easy as C#
Try an online C#-to-VB converter, such as this: http://converter.telerik.com/2 · -
Re: How to enable HyperLinq in Data Grid output
Thanks for reporting - this will be supported for the next beta build.1 · -
Re: LPrun - Output to a CSV file ?
I've reproduced the problem. As it stands, the CSV mode works for C#/VB/F# queries, but not for SQL queries. I've fixed this for the next beta build, which should be due out in a week or so. Thanks f…1 ·