Share via


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

Namespace:  Microsoft.AspNet.Identity.EntityFramework
Assembly:  Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)

Syntax

public virtual IDbSet<TUser> Users { get; set; }

Property Value

Type: System.Data.Entity.IDbSet<TUser>

See Also

Reference

IdentityDbContext<TUser, TRole, TKey, TUserLogin, TUserRole, TUserClaim> Class

Microsoft.AspNet.Identity.EntityFramework Namespace

Other Resources

ASP.NET Identity