var employeeList = (from h in context.Employee where h.EmployeeName == "test" select h).ToList<Employee>();
| Alert Moderator
Login to post response