we started using dbMonitor lately and I've spotted that the Include() has no action. For example:
Code: Select all
Customer customer = context.Customers.Include("Orders").Single( ... );
Order order = customer.Orders.First();Is this a known issue, some flag we have to set?