-
Re: Error when #load a .linq file with record type inside
Thanks for reporting - it no longer throws in 6.10.11. Let me know how you get on.1 · -
Re: Enumerate Stored Procedure
Stored procedures are not part of the mapping, but you can still list them via Reflection: typeof (TypedDataContext).GetMethods(BindingFlags.Public | BindingFlags.Instance | BindingFlags.DeclaredOnly…1 · -
Re: Completion issues with class members
It looks like a number of those options don't work when selected from the menu. I'll look into what's going on.1 · -
Re: Suppress Totals in Dump()
In LINQPad 6, you can call xx.Dump (noTotals:true);2 · -
Re: Error message when "Edit stored Proc Definition" when schema is not dbo
The problem I believe is caused by the period in the schema name. I'll get a fix into the next LINQPad beta build.1 ·