Why does Linq to Entities generate Left Outer Joins?

Posted by DJCasey on Stack Overflow See other posts from Stack Overflow or by DJCasey
Published on 2010-05-14T01:52:15Z Indexed on 2010/05/14 2:14 UTC
Read the original article Hit count: 211

Filed under:
|

I was wondering if anyone knew why linq to entities always seems to generate left outer joins. I would understand it on an optional relationship but it doesn't make good sense when the relationship is mandatory.

Does anyone have any idea how to make it generate inner joins instead?

© Stack Overflow or respective owner

Related posts about linq-to-entities

Related posts about sql