Share via


UserOnlyStore<TUser,TContext,TKey,TUserClaim,TUserLogin,TUserToken>.UsersSet Proprietà

Definizione

DbSet di utenti.

protected:
 property Microsoft::EntityFrameworkCore::DbSet<TUser> ^ UsersSet { Microsoft::EntityFrameworkCore::DbSet<TUser> ^ get(); };
protected Microsoft.EntityFrameworkCore.DbSet<TUser> UsersSet { get; }
member this.UsersSet : Microsoft.EntityFrameworkCore.DbSet<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key>)>
Protected ReadOnly Property UsersSet As DbSet(Of TUser)

Valore della proprietà

DbSet<TUser>

Si applica a