I've been evaluating LLBL for a few days and so far so good, but I do have a question regarding UDF functions.
The problem is with a current architecture where entity collections get filtered at the SQL tier using stored procs. In the stored procs a query is joined to a UDF that returns a filtered table thus filtering the collection data. The UDF performs much business logic to filter the data.
Without going into the UDF and redesigning, what is the approach to use LLBL objects to leverage this filter UDF?
Also, how would you perform complex filtering for collections using LLBL?
I'm open to any suggestions...thanks in advance.