IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>.Users Property

Definition

Gets or sets the DbSet<TEntity> of Users.

public:
 property Microsoft::EntityFrameworkCore::DbSet<TUser> ^ Users { Microsoft::EntityFrameworkCore::DbSet<TUser> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<TUser> ^ value); };
public:
 virtual property Microsoft::EntityFrameworkCore::DbSet<TUser> ^ Users { Microsoft::EntityFrameworkCore::DbSet<TUser> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<TUser> ^ value); };
public Microsoft.EntityFrameworkCore.DbSet<TUser> Users { get; set; }
public virtual Microsoft.EntityFrameworkCore.DbSet<TUser> Users { get; set; }
member this.Users : Microsoft.EntityFrameworkCore.DbSet<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key>)> with get, set
Public Property Users As DbSet(Of TUser)
Public Overridable Property Users As DbSet(Of TUser)

Property Value

DbSet<TUser>

Applies to