I'm using C# 2010 .NET 4.0 and I have a List<T> collection returns that i needing to build a dynamic LINQ query on.

I'm utilizing the Predicate Builder referenced here


This works fine if I...