This example demonstrates how to filter a collection of parent objects (Customers) by a specific value which must exist in child collections (Orders) of each parent (Customer). Please refer to the A2394 article for details. This example fetches data from the Northwind demo database on a local SQL Server.
↧