如何按角色ID过滤用户

时间:2017-08-20 18:29:51

标签: asp.net-core asp.net-identity entity-framework-core

如何按asp.net.identity 3.0中的角色ID过滤用户?

  

我无法再导航到角色(x => x.Roles)。

先前版本(Asp.net.identity 2.0)

我一直按角色ID过滤用户

List<ApplicationUser> adminUsers = _context.Users.Where(x => x.Any(y => y.RoleId == testAdminId || y.RoleId == adminId)).ToList();

0 个答案:

没有答案