The query I need is:
I want to list ALL the golf courses (GolfCourseInfo) along with the DatePlayed (GolfQuestTee).
Not all golf courses have been played, so then the DatePlayed will be empty, but I need to list ALL the golf courses no matter what.
I've struggled with a few queries in LinqPad but they always return just the courses that have corresponding DatePlayed values, and that's not what I need.
Any help is appreciated.