IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.UserClaims 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 DbSet<TEntity> User 声明的 。
public:
property Microsoft::EntityFrameworkCore::DbSet<TUserClaim> ^ UserClaims { Microsoft::EntityFrameworkCore::DbSet<TUserClaim> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<TUserClaim> ^ value); };
public Microsoft.EntityFrameworkCore.DbSet<TUserClaim> UserClaims { get; set; }
member this.UserClaims : Microsoft.EntityFrameworkCore.DbSet<'UserClaim (requires 'UserClaim :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserClaim<'Key>)> with get, set
Public Property UserClaims As DbSet(Of TUserClaim)
属性值
DbSet<TUserClaim>