Results 1 issues of João Paulo Turski

In syntax of SubSonic 2 i can this: SqlQuery query = new Select().From() .Where(col).Like(string.Format("%{0}%", val)) .OrderDesc(col); where "col" and "val" are strings... But in SubSonic 3 using Linq syntax it's...