How to use "contains" or "like" in a dynamic linq query?

Posted by Curtis White on Stack Overflow See other posts from Stack Overflow or by Curtis White
Published on 2010-03-16T15:27:24Z Indexed on 2010/03/16 15:31 UTC
Read the original article Hit count: 152

Filed under:
|
|
|

The help file that came with Dynamic Linq in the CSharpSamples.zip does not show any examples of using contains or like.

Are there any simple workarounds for doing this? i.e where (col like @col) doesn't work.

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about dynamic