Can any body tell me how can I use a LIKE operator using System.Linq.Dynamic?
I need to add more than one LIKE expression in my dynamic where query
LIKE
This will allow the LIKE operator on integer fields:
.Where(searchField + ".ToString().Contains(@0)", searchString);