v3.0.4
Download the library here
- ADDED: LINQ Dynamic now has an overload that allows using only string
list.Where(x => "x < 2"); // already supported
list.Where("x => x < 2"); // supported since v3.0.4Trial unlocked for the current month (November)
list.Where(x => "x < 2"); // already supported
list.Where("x => x < 2"); // supported since v3.0.4Trial unlocked for the current month (November)