Difference Between Select and SelectMany
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?