In the code below, profile is a string. I would like to know how to write a query in case where profile is a string array or list. ie the array or list can have multiple elements like { 'Profile1','profile2'}
var ccData = (from p in db.ChannelContacts where p.ProfileId == profile select p);