I'm try'n to create a dynamic query tool using System.Linq.Expressions.Expression (WPF/c#4.0)
It runs against an OData Service....So far, all is working as long as I limit the conditions to build in options like Equal(..), GreaterThan(..) etc.
There see...