query = query.Where
(s => s.tbl.Contains(tbl));
Contains() is translated LIKE '%term%' StartsWith() = LIKE 'term%' EndsWith() = LIKE '%term'