IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.RoleClaims Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia DbSet<TEntity> oświadczenia roli.
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)
Wartość właściwości
DbSet<TRoleClaim>