IdentityDbContext<TUser> Konstruktory

Definice

Přetížení

IdentityDbContext<TUser>()

Inicializuje novou instanci IdentityDbContext třídy.

IdentityDbContext<TUser>(DbContextOptions)

Inicializuje novou instanci .IdentityDbContext

IdentityDbContext<TUser>()

Inicializuje novou instanci IdentityDbContext třídy.

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

Platí pro

IdentityDbContext<TUser>(DbContextOptions)

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é se mají používat pomocí DbContext.

Platí pro