RoleStore<TRole,TContext,TKey,TUserRole,TRoleClaim>.Roles 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.
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>