I have a simple issue with Entity Framework syntax for the \"not in\" SQL equivalent. Essentially, I want to convert the following SQL syntax into Entity Framework syntax:<
Try this for starters ...
m => !listIDs.Contains(m.ID)