PredicateBuilder

Posts   
 
    
MattE avatar
MattE
User
Posts: 77
Joined: 11-Sep-2007
# Posted on: 03-Jun-2010 10:05:41   

I've seen some posts on the use the Linq to LLBGEN predicatebuilder class

There was talk that it would be included in one of the support binaries.

I can't seem to find it. Has it been ported there, or should i just use the published source code?

thanks,

Matthew

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
MattE avatar
MattE
User
Posts: 77
Joined: 11-Sep-2007
# Posted on: 03-Jun-2010 10:14:01   

Thanks for the quick reply.

I had just done that, but the IDE can't seem to resolve a reference to the LinqExpression class

Is there some other source code I need.

MattE avatar
MattE
User
Posts: 77
Joined: 11-Sep-2007
# Posted on: 03-Jun-2010 10:16:55   

Sorry. Ignore last comment.

For anyone else with the same issues:

Otis wrote:

add using LinqExpression = System.Linq.Expressions.Expression;

at the top of the file, as our runtime lib also contains an Expression type.