I have dynamic string generated from back end which generates expression like:
"Col NOT IN ('ABC','CDE','EDF'...)"
I would like to make use of above string has predicate to my IEnumerable collection. Does Dynamic LINQ supports NOT IN
operation?