I've got a pretty basic SQL join statement that I can't seem to figure out how to make it work in LINQ. It is using OR statements in a JOIN and I have found code online for using ANDs in a JOIN but nothing helpful for ORs in my situation.I've got a pretty basic SQL join statement that