IdentityUserContext<TUser> Konstruktory

Definice

Přetížení

IdentityUserContext<TUser>()

Inicializuje novou instanci IdentityUserContext<TUser> třídy.

IdentityUserContext<TUser>(DbContextOptions)

Inicializuje novou instanci .IdentityUserContext<TUser>

IdentityUserContext<TUser>()

Inicializuje novou instanci IdentityUserContext<TUser> třídy.

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

Platí pro

IdentityUserContext<TUser>(DbContextOptions)

Inicializuje novou instanci .IdentityUserContext<TUser>

public:
 IdentityUserContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityUserContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'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