suppose I have a string list, like
list cols = {\"id\", \"name\", \"position\"}.
This list is generated dynamically, and each
You can use Expression Trees to build dynamic Linq queries. Here is an example: http://msdn.microsoft.com/en-us/library/bb882637.aspx