I want to dynamically place column name in my select-query. How I can do this?
public IEnumerable MyTable MySelect(string colName, string param) { using (MyEnt
Have a look at the Dynamic Linq library and ScottGu's how to library here - it allows for dynamic filtering, sorting etc.