IdentityDbContext Konstruktory

Definice

Přetížení

IdentityDbContext()

Inicializuje novou instanci IdentityDbContext třídy.

IdentityDbContext(DbContextOptions)

Inicializuje novou instanci IdentityDbContext.

IdentityDbContext()

Inicializuje novou instanci IdentityDbContext třídy.

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

Platí pro

IdentityDbContext(DbContextOptions)

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

Parametry

options
DbContextOptions

Možnosti, které DbContextmá používat .

Platí pro