Should be able to create a contains query:
{{{
var r = new Repository<Product>(s);
var z = r.Where(x => x.Name).Contains("Xbox")
.And(x => x.Price).Le(400)
.List();
}}}
Original issue reported on code.google.com by jor...@gmail.com on 5 Dec 2009 at 9:24
Original issue reported on code.google.com by
jor...@gmail.com
on 5 Dec 2009 at 9:24