2

I have seen several SO posts explaining how to write a LinQ Join with an additional join condition on top of the key equality. For instance this one : LINQ Join with Multiple Conditions in On Clause

Is it possible to write this in lambda syntax? If so how?

A.D.
  • 1,062
  • 1
  • 13
  • 37
  • could you give an example on what you mean with additional join condition? I'm not sure, if you are referring to a complex key that is not a primitive type or something different. – Marco Aug 31 '21 at 12:40
  • something like the " Completed == true " in the example – A.D. Aug 31 '21 at 12:48
  • So you just want to have a complex object as keys. – Marco Aug 31 '21 at 12:50

0 Answers0