I want to dynamically build my list of where conditions. Here\'s a snippet of my code:
protected Expression> _wherePredic
Turns out, you need to add this:
Results = query.AsExpandable.Where(_wherePredicate).ToList();
And then it just magically works!
I followed this tutorial: http://www.albahari.com/nutshell/predicatebuilder.aspx