IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.UserLogins Свойство

Определение

Возвращает или задает значение DbSet<TEntity> для имен входа пользователя.

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)

Значение свойства

DbSet<TUserLogin>

Применяется к