UserOnlyStore<TUser,TContext,TKey,TUserClaim,TUserLogin,TUserToken>.UsersSet 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.
DbSet di utenti.
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)
Valore della proprietà
DbSet<TUser>