UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim,TUserPasskey>.Users 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 users the store contains.
public override System.Linq.IQueryable<TUser> Users { get; }
member this.Users : System.Linq.IQueryable<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key>)>
Public Overrides ReadOnly Property Users As IQueryable(Of TUser)