How can i perform an LIKE query within Linq?
I have the following query i would like to execute.
var results = from c in db.costumers w
where c.FullName.Contains("string")