Sdílet prostřednictvím


IdentityDbContext<TUser> Konstruktory

Definice

Přetížení

IdentityDbContext<TUser>()

Inicializuje novou instanci IdentityDbContext třídy .

IdentityDbContext<TUser>(DbContextOptions)

Inicializuje novou instanci .IdentityDbContext

IdentityDbContext<TUser>()

Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs

Inicializuje novou instanci IdentityDbContext třídy .

protected:
 IdentityDbContext();
protected IdentityDbContext ();
Protected Sub New ()

Platí pro

IdentityDbContext<TUser>(DbContextOptions)

Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs
Zdroj:
IdentityDbContext.cs

Inicializuje novou instanci .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)

Parametry

options
DbContextOptions

Možnosti, které má použít .DbContext

Platí pro