IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.Users Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'oggetto DbSet<TEntity> Utenti.
public:
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; }
member this.Users : Microsoft.EntityFrameworkCore.DbSet<'User (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)> with get, set
Public Property Users As DbSet(Of TUser)
Valore della proprietà
DbSet<TUser>