I need to add an "Or" clause in a where clause dynamically, depending on some conditions to an existing IQueryable object. ...Using ExpressionBuilder, I can compose a left and right Expression> but for that to wrok, I need to extract the Expression> from ...