IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>.UserLogins Property

Definition

Gets or sets the DbSet<TEntity> of User logins.

public:
 property Microsoft::EntityFrameworkCore::DbSet<TUserLogin> ^ UserLogins { Microsoft::EntityFrameworkCore::DbSet<TUserLogin> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<TUserLogin> ^ value); };
public:
 virtual 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; }
public virtual Microsoft.EntityFrameworkCore.DbSet<TUserLogin> UserLogins { get; set; }
member this.UserLogins : Microsoft.EntityFrameworkCore.DbSet<'UserLogin (requires 'UserLogin :> Microsoft.AspNetCore.Identity.IdentityUserLogin<'Key>)> with get, set
Public Property UserLogins As DbSet(Of TUserLogin)
Public Overridable Property UserLogins As DbSet(Of TUserLogin)

Property Value

DbSet<TUserLogin>

Applies to