I'm using the LLBL version of predicate builder (thank you so much for this Frans!) to build dynamic linq queries. I've hit a case where it would be quite convenient to have a way to negate the predicate. It seemed like this would be easy, but after reading the threads on the forum, the Expression class help info, and various StackOverflow posts, I think I'm way over my head in trying to do this.
I could, of course, do it another way, but it basically requires checking a negate flag, and building my predicates differently in that case. I was hoping there would be a simple solution to this.
Any help would be appreciated, even if it's just a definitive statement that it can't be done, so I don't waste any more time trying to do it.
Thanks