IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.Users 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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>