IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.Users Property

Definition

Gets or sets the DbSet<TEntity> of Users.

C#
public Microsoft.EntityFrameworkCore.DbSet<TUser> Users { get; set; }

Property Value

DbSet<TUser>

Applies to

Product Versions
ASP.NET Core 1.0, 1.1