IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>.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.
Gets or sets the DbSet<TEntity> of Users.
public:
property Microsoft::EntityFrameworkCore::DbSet<TUser> ^ Users { Microsoft::EntityFrameworkCore::DbSet<TUser> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<TUser> ^ value); };
public:
virtual property Microsoft::EntityFrameworkCore::DbSet<TUser> ^ Users { Microsoft::EntityFrameworkCore::DbSet<TUser> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<TUser> ^ value); };
public Microsoft.EntityFrameworkCore.DbSet<TUser> Users { get; set; }
public virtual Microsoft.EntityFrameworkCore.DbSet<TUser> Users { get; set; }
member this.Users : Microsoft.EntityFrameworkCore.DbSet<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key>)> with get, set
Public Property Users As DbSet(Of TUser)
Public Overridable Property Users As DbSet(Of TUser)
Property Value
DbSet<TUser>