Hacker News new | ask | show | jobs
by kr4 4414 days ago
You should use .SelectMany along with .Where (not .Find). I can see an answer on SO that just does this.
1 comments

You're dead on. This was the missing link for me. I'd seen .SelectMany() in examples of self-referential tables, but not as the main tool to traverse sub-child relationships.