RoleStore<TRole,TContext,TKey,TUserRole,TRoleClaim>.Roles Property

Definition

A navigation property for the roles the store contains.

public:
 virtual property System::Linq::IQueryable<TRole> ^ Roles { System::Linq::IQueryable<TRole> ^ get(); };
public virtual System.Linq.IQueryable<TRole> Roles { get; }
member this.Roles : System.Linq.IQueryable<'Role (requires 'Role :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole<'Key, 'UserRole, 'RoleClaim>)>
member this.Roles : System.Linq.IQueryable<'Role (requires 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<'Key>)>
Public Overridable ReadOnly Property Roles As IQueryable(Of TRole)

Property Value

IQueryable<TRole>

Implements

Applies to