Difference Between Select and SelectMany
Asked 07 September, 2021
Viewed 2.2K times
  • 53
Votes

I've been searching the difference between Select and SelectMany but I haven't been able to find a suitable answer. I need to learn the difference when using LINQ To SQL but all I've found are standard array examples.

Can someone provide a LINQ To SQL example?

19 Answer