Share via


IdentityDbContext Konstruktoren

Definition

Überlädt

IdentityDbContext()

Initialisiert eine neue Instanz der IdentityDbContext-Klasse.

IdentityDbContext(DbContextOptions)

Initialisiert eine neue Instanz von IdentityDbContext.

IdentityDbContext()

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(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

Initialisiert eine neue Instanz von IdentityDbContext.

public:
 IdentityDbContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityDbContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext
Public Sub New (options As DbContextOptions)

Parameter

options
DbContextOptions

Die Optionen, die von einem DbContextverwendet werden sollen.

Gilt für: