tags:

views:

311

answers:

1
+1  A: 

I'm not familiar with the Dynamic LINQ library yet but shouldn't you need the equality operator (==) and not the assignment operator (=) for the where clause?

Jason Punyon