UserOnlyStore<TUser,TContext,TKey,TUserClaim,TUserLogin,TUserToken>.UserLogins Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
DbSet de logons de usuário.
protected:
property Microsoft::EntityFrameworkCore::DbSet<TUserLogin> ^ UserLogins { Microsoft::EntityFrameworkCore::DbSet<TUserLogin> ^ get(); };
protected Microsoft.EntityFrameworkCore.DbSet<TUserLogin> UserLogins { get; }
member this.UserLogins : Microsoft.EntityFrameworkCore.DbSet<'UserLogin (requires 'UserLogin :> Microsoft.AspNetCore.Identity.IdentityUserLogin<'Key> and 'UserLogin : (new : unit -> 'UserLogin))>
Protected ReadOnly Property UserLogins As DbSet(Of TUserLogin)
Valor da propriedade
DbSet<TUserLogin>