다음을 통해 공유


RoleStore<TRole,TContext,TKey,TUserRole,TRoleClaim>.Roles 속성

정의

저장소에 포함된 역할에 대한 탐색 속성입니다.

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)

속성 값

IQueryable<TRole>

구현

적용 대상