Linq-To-Sql LoadWith

Discussion of issues, suggestions and bugs of LINQ Insight, Visual Studio add-in for design-time executing LINQ statements, that simplifies debugging LINQ
Post Reply
SOHODeveloper
Posts: 1
Joined: Mon 28 Apr 2014 15:21

Linq-To-Sql LoadWith

Post by SOHODeveloper » Mon 28 Apr 2014 15:25

I have a simple query that I use with a LoadWith to pull in a related table. The LoadWith is working because the data is pulled in. When I view the generated query in LINQ Insight it does not show the expected Join clause.

Is this behavior expected?

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Linq-To-Sql LoadWith

Post by MariiaI » Tue 29 Apr 2014 07:03

Thank you for the report on this. We have reproduced this issue. We will investigate it and inform you about the results as soon as possible.

Post Reply