Home
Options

Full outer join with LINQ

Hello!

Among all the sources I've studied on LINQ I haven't met an answer to one question. How to implement FULL OUTER JOIN construct using LINQ? Making LEFT OR RIGHT outer join is a known method, but FULL is a mystery. I'm using LINQ to SQL, not LINQ to entieties. It seems to me like it's not supported at all and it would be very stupid for such an advertised product as LINQ not to have this elementary functionality.
Sign In or Register to comment.