Nested/child collections filtering in Entity Framework (ver. 1 or 4)
- by gius
How to filter nested/child collections of entities when including them in EF?
Example:
Let's have standard Customer-Orders association. How to load all customers and include only their last three orders in their Orders collection?
Is there something like AssociateWith function from L2S for EF?