UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>.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:
virtual property System::Linq::IQueryable<TUser> ^ Users { System::Linq::IQueryable<TUser> ^ get(); };
public virtual System.Linq.IQueryable<TUser> Users { get; }
public override System.Linq.IQueryable<TUser> Users { get; }
member this.Users : System.Linq.IQueryable<'User (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)>
member this.Users : System.Linq.IQueryable<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key>)>
Public Overridable ReadOnly Property Users As IQueryable(Of TUser)
Public Overrides ReadOnly Property Users As IQueryable(Of TUser)
Property Value
IQueryable<TUser>