Converting SQL to LINQ, Part 8: Left/Right Outer Join (Bill Horst) | The Visual Basic Team
This post assumes you’ve read the previous posts in this series. After my post on joins, I’ve had some questions about outer joins. As you can see in part 6, VB9 doesn’t have smooth support for Left or Right join. I showed how to get similar functionality...