Make it possible to do inner join fetching in Linq
Description
It would be great if we could choose in the .Fetch() Linq extension methods that an inner join is used for fetching (like writing "inner join fetch" in HQL).
Can anyone comment on how (if?) this is implemented in EF or LINQ to SQL?
cremor
September 27, 2011 at 12:17 PM
I think that would work for my requirement because I can map the columns with not-null. But still, I think it would be very good to have this feature just to allow the same queries as with HQL, Criteria and QueryOver.
It would be great if we could choose in the .Fetch() Linq extension methods that an inner join is used for fetching (like writing "inner join fetch" in HQL).