from c in dc.Customers
where !(from o in dc.Orders
select o.CustomerID).Contains(c.CustomerID) select c;
select o.CustomerID).Contains(c.CustomerID)
select c;