IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.RoleClaims Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the DbSet<TEntity> of role claims.
public:
property Microsoft::EntityFrameworkCore::DbSet<TRoleClaim> ^ RoleClaims { Microsoft::EntityFrameworkCore::DbSet<TRoleClaim> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<TRoleClaim> ^ value); };
public:
virtual property Microsoft::EntityFrameworkCore::DbSet<TRoleClaim> ^ RoleClaims { Microsoft::EntityFrameworkCore::DbSet<TRoleClaim> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<TRoleClaim> ^ value); };
public Microsoft.EntityFrameworkCore.DbSet<TRoleClaim> RoleClaims { get; set; }
public virtual Microsoft.EntityFrameworkCore.DbSet<TRoleClaim> RoleClaims { get; set; }
member this.RoleClaims : Microsoft.EntityFrameworkCore.DbSet<'RoleClaim (requires 'RoleClaim :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRoleClaim<'Key>)> with get, set
member this.RoleClaims : Microsoft.EntityFrameworkCore.DbSet<'RoleClaim (requires 'RoleClaim :> Microsoft.AspNetCore.Identity.IdentityRoleClaim<'Key>)> with get, set
Public Property RoleClaims As DbSet(Of TRoleClaim)
Public Overridable Property RoleClaims As DbSet(Of TRoleClaim)
Property Value
DbSet<TRoleClaim>