Consider the following code, which is calling against an EF generated data context:
var context = new DataContext(); var employees = context.Employees.Includ
var context = new DataContext(); var employees = context.Employees.Include(context.Department.EntitySet.Name);