I\'m trying to make and order by with dynamic parameter, this is the code:
var res = from c in db.CUSTOMERS select c; if (!string.IsNullOrEmpty(sortBy) &&