Working with Entity Framework, but that\'s probably irrelevant If I have an Iqueryable, how do I filter a sub list and keep it IQueryable so it doesn\'t yet hit the DB?
items.Where(i => i.SubItems.Any(subItem => subItem.Id == 1));