I have an ...Expression<Func<Entity, string>>... that can be either a property or a nested property accessor...y => y.SearchColumn
...or ...y => y.SubItem.SubColumn
...I am building up an expression tree dynamically and would like to get an InvokeExpressi...