0
kicks
Dynamically building LINQ expression predicates
Suppose you wanted to write a LINQ to SQL query that implemented a keyword-style search. In other words, a query that returned rows whose description contained some or all of a given set of keywords...