How get list from database table

  • Thread starter Thread starter zleug
  • Start date Start date
Z

zleug

Guest
Hi All.

In link my WPF project to database with Entity Framework. How to retrieve Employee list in such method?



public static List<Employee> GetAllEmployees() {

//Get all employees from the database

}



Thanks.

Continue reading...
 
Back
Top