IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.UserLogins Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá nebo nastaví DbSet<TEntity> přihlašovací údaje uživatele.
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)
Hodnota vlastnosti
- DbSet<TUserLogin>