UserOnlyStore<TUser,TContext,TKey,TUserClaim,TUserLogin,TUserToken>.UserLogins Property

Definition

DbSet of user logins.

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)

Property Value

DbSet<TUserLogin>

Applies to