UserOnlyStore<TUser,TContext,TKey,TUserClaim,TUserLogin,TUserToken>.UsersSet 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.
DbSet of users.
protected:
property Microsoft::EntityFrameworkCore::DbSet<TUser> ^ UsersSet { Microsoft::EntityFrameworkCore::DbSet<TUser> ^ get(); };
protected Microsoft.EntityFrameworkCore.DbSet<TUser> UsersSet { get; }
member this.UsersSet : Microsoft.EntityFrameworkCore.DbSet<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key>)>
Protected ReadOnly Property UsersSet As DbSet(Of TUser)
Property Value
DbSet<TUser>