You could get the Customers like this: using System.Linq; collectionCarts.SelectMany(c => c.OrderList.Select(o => o.Customer));