IdentityDbContext<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
IdentityDbContext<TUser>() |
Initialisiert eine neue Instanz der IdentityDbContext-Klasse. |
IdentityDbContext<TUser>(DbContextOptions) |
Initialisiert eine neue Instanz von IdentityDbContext. |
IdentityDbContext<TUser>()
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
Initialisiert eine neue Instanz der IdentityDbContext-Klasse.
protected:
IdentityDbContext();
protected IdentityDbContext ();
Protected Sub New ()
Gilt für:
IdentityDbContext<TUser>(DbContextOptions)
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
- Quelle:
- IdentityDbContext.cs
Initialisiert eine neue Instanz von IdentityDbContext.
public:
IdentityDbContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityDbContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser)>
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)>
Public Sub New (options As DbContextOptions)
Parameter
- options
- DbContextOptions
Die Optionen, die von einem DbContextverwendet werden sollen.