People,
I need to use Intersect in a LINQ to SQL query. However, I get an exception, basically stating that I can’t.
The code compiles fine, but LINQ to SQL is angry.
Is there a way to replicate Intersect with LINQ to SQL?
Thanks in advance.
source
share