I\'m currently working my way through the learning curve that is LINQ and I could really use some assistance. I don\'t know if what I want is possible, but if I had to wager, I
You want to use the SelectMany extension method.
SelectMany
_tables.SelectMany(t => t.Indexes)