IdentityUserContext<TUser> Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
IdentityUserContext<TUser>() |
Initialisiert eine neue Instanz der IdentityUserContext<TUser>-Klasse. |
IdentityUserContext<TUser>(DbContextOptions) |
Initialisiert eine neue Instanz von IdentityUserContext<TUser>. |
IdentityUserContext<TUser>()
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
Initialisiert eine neue Instanz der IdentityUserContext<TUser>-Klasse.
protected:
IdentityUserContext();
protected IdentityUserContext ();
Protected Sub New ()
Gilt für:
IdentityUserContext<TUser>(DbContextOptions)
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
- Quelle:
- IdentityUserContext.cs
Initialisiert eine neue Instanz von IdentityUserContext<TUser>.
public:
IdentityUserContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityUserContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)>
Public Sub New (options As DbContextOptions)
Parameter
- options
- DbContextOptions
Die Optionen, die von einem DbContextverwendet werden sollen.