etk wrote:
I wouldn't but I thought there is a way to do it - your tool is so versatile that I supposed it is possible, only I don't see the right approach.
It's very versatile, but what you are asking is a challenge, even with Linq2Objects is difficult to achieve. It would be easier if you project the results to some custom DTO class to bound to your grid, but that would means more coding work for you.
etk wrote:
I've created a custom class inheriting from LikePredicate, as you earlier suggested, which implements the native SQL regexp query. Works only takes few seconds. Thanks for all the advices!
If the hit is not significant, I think that is the way to go here. Thanks for the feedbak.