UserOnlyStore<TUser,TContext,TKey,TUserClaim,TUserLogin,TUserToken>.UserLogins 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用者登入的 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>