I'd like to expose a method over WCF something like GetEmployees(EmployeeColumn orderby), that returns a list of employees in an order.
I don't really want to create an enum EmployeeColumn that contains all possible column so the user can choose.
What do you suggest? I'd like to achieve this using linq-to-entities.