IQueryableRoleStore<TRole> Interface
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.
Provides an abstraction for querying roles in a Role store.
generic <typename TRole>
where TRole : classpublic interface class IQueryableRoleStore : IDisposable, Microsoft::AspNetCore::Identity::IRoleStore<TRole>
public interface IQueryableRoleStore<TRole> : IDisposable, Microsoft.AspNetCore.Identity.IRoleStore<TRole> where TRole : class
type IQueryableRoleStore<'Role (requires 'Role : null)> = interface
interface IRoleStore<'Role (requires 'Role : null)>
interface IDisposable
Public Interface IQueryableRoleStore(Of TRole)
Implements IDisposable, IRoleStore(Of TRole)
- TRole
The type encapsulating a role.
- Derived
- Implements
Roles |
Returns an IQueryable<T> collection of roles. |
Create |
Creates a new role in a store as an asynchronous operation. (Inherited from IRoleStore<TRole>) |
Delete |
Deletes a role from the store as an asynchronous operation. (Inherited from IRoleStore<TRole>) |
Find |
Finds the role who has the specified ID as an asynchronous operation. (Inherited from IRoleStore<TRole>) |
Find |
Finds the role who has the specified normalized name as an asynchronous operation. (Inherited from IRoleStore<TRole>) |
Get |
Get a role's normalized name as an asynchronous operation. (Inherited from IRoleStore<TRole>) |
Get |
Gets the ID for a role from the store as an asynchronous operation. (Inherited from IRoleStore<TRole>) |
Get |
Gets the name of a role from the store as an asynchronous operation. (Inherited from IRoleStore<TRole>) |
Set |
Set a role's normalized name as an asynchronous operation. (Inherited from IRoleStore<TRole>) |
Set |
Sets the name of a role in the store as an asynchronous operation. (Inherited from IRoleStore<TRole>) |
Update |
Updates a role in a store as an asynchronous operation. (Inherited from IRoleStore<TRole>) |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |