IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.RoleClaims Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'oggetto DbSet<TEntity> delle attestazioni del ruolo.
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)
Valore della proprietà
DbSet<TRoleClaim>