I'm trying to perform a LIKE clause in an entity query. The ...examples... I've seen use dynamic linq to do this kind of thing, but my code......var query = context.StudySet
.Where("it.PatientName LIKE @patientName", new ObjectParameter("patientName",...