-
Re: Inserting records
Most likely the table is called Employees rather than Employee, because that's how is was defined in SQL Server. There's an easy way to tell: In the Schema Explorer, hover over Employees an…1 · -
LINQPad Debugger - Early Input Request!
What are your thoughts on integrated debugging within LINQPad? In particular:* What features in Visual Studio's debugger do you consider important / unimportant for LINQPad? * What unique/origin…4 · -
Re: How to dump Util.Image() from statement
You're on the right track, in that you must explicitly call Dump on anything you want displayed in Statements mode. The reason that you're getting an error when calling Dump is due to a lim…1 · -
Re: Orderby after groupby
Yes, there is. See my answer on SO.1 · -
Feedback needed: command-line interface
I'm currently considering how to enhance LINQPad to enable a command-line interface. What I need right now is an idea of exactly how people would use this feature - what are the use cases? In pa…1 ·
