IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,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.
Obtém ou define o DbSet<TEntity> de Logons de usuário.
public:
property Microsoft::EntityFrameworkCore::DbSet<TUserLogin> ^ UserLogins { Microsoft::EntityFrameworkCore::DbSet<TUserLogin> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<TUserLogin> ^ value); };
public Microsoft.EntityFrameworkCore.DbSet<TUserLogin> UserLogins { get; set; }
member this.UserLogins : Microsoft.EntityFrameworkCore.DbSet<'UserLogin (requires 'UserLogin :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserLogin<'Key>)> with get, set
Public Property UserLogins As DbSet(Of TUserLogin)
Valor da propriedade
DbSet<TUserLogin>