IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.Users 属性

定义

获取或设置 Users DbSet<TEntity> 的 。

public:
 property Microsoft::EntityFrameworkCore::DbSet<TUser> ^ Users { Microsoft::EntityFrameworkCore::DbSet<TUser> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<TUser> ^ value); };
public Microsoft.EntityFrameworkCore.DbSet<TUser> Users { get; set; }
member this.Users : Microsoft.EntityFrameworkCore.DbSet<'User (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)> with get, set
Public Property Users As DbSet(Of TUser)

属性值

DbSet<TUser>

适用于