共用方式為


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

定義

使用者登入的 DbSet。

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)

屬性值

DbSet<TUserLogin>

適用於