LINQ实现IN操作

string[] ids = new string[]{10101,10005,10007};
db.Profile.WhereNotIn(c => c.Id,ids);
原文地址:https://www.cnblogs.com/ytjjyy/p/2304026.html