Click here to Skip to main content
15,909,747 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

I am trying to use PredicateBuilder, but I keep getting 'PredicateBuilder' does not exist in the current context.
C#
var mainPredicate = PredicateBuilder.True<user_Table>();


I am little unsure, what am I suppose to add, as its not library.

Please advice.
Thanks in advance.
Posted

1 solution

You need to get the PredicateBuilder helper classes from this site - http://www.albahari.com/nutshell/predicatebuilder.aspx[^].
 
Share this answer
 
Comments
miss786 24-Apr-14 7:21am    
Many Thanks for your response, that helped.
Abhinav S 24-Apr-14 7:28am    
You are welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900