📜  按 linq 中的 id 列表过滤 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:26.459000             🧑  作者: Mango

代码示例1
var userProfiles = _dataContext.UserProfile
                               .Where(t => idList.Contains(t.Id));