IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.UserLogins Proprietà

Definizione

Ottiene o imposta l'oggetto DbSet<TEntity> degli account di accesso utente.

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)

Valore della proprietà

DbSet<TUserLogin>

Si applica a