Given that I have an IEnumerable, where T is any object, how can I select a specific property from it, given that I know the name of the o
IEnumerable
T
The dynamic linq library allows you to specify predicates and projections on the fly and may fit your use case-
http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx