I am trying to sort some data from entity before passing them to another function. Both tableName and columnName are selected dynamically. This is what I'm doing:...string tableName = cboSelectTable.Text.ToString();
var comboBoxColumn = from a in Context....