I am having an issue with the PredicateBuilder. I am looping through multiple products and if they are selected I add a clause in the predicatebuil;der to check for the productID. Unfortunately when I run the query it seems like all of the values resolve to be the last value of the variable I put in the clause. How do i get PredicateBuilder to resolve a value from a variable immediately?













