Intellisense is trying to suggest the plural Employees instead of Employee Query: db.Orders .Where(o => o.OrderId > 10200) .Include(o => o.Customer) .Include(o => o.<ctrl+space>
Intellisense is trying to suggest the plural Employees instead of Employee
Query:
db.Orders
.Where(o => o.OrderId > 10200)
.Include(o => o.Customer)
.Include(o => o.<ctrl+space>