I am trying to do a simple SQL ...where field in (2,3,4)... with Dynamic Linq.
kahanu's rehosted ...Microsoft Dynamic Linq Library... has a ....Contains()... that you can use in Linq like this:...var results = myTable.Where("@0.Contains(outerIt.abc)", new...