I have an LINQ-to-SQL (IQueryable) query, which I need to debug as it’s horrendously slow. I’ve managed to get the T-SQL from the query (by simply hovering over the IQueryable object after I put a breakpoint in), but the query uses parameters such as @p1, @p2 etc – some of which are a mystery to me (usually ones in a COALESCE function). Is there anyway to view these?
I have an LINQ-to-SQL (IQueryable) query, which I need to debug as it’s horrendously
Share
The Visual Studio Magazine suggest a Visual Studio Extension called LInQ to Entities Debug Visualizer.
You can download it here