Sdílet prostřednictvím


IdentityUserContext<TUser> Konstruktory

Definice

Přetížení

IdentityUserContext<TUser>()

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

IdentityUserContext<TUser>(DbContextOptions)

Inicializuje novou instanci objektu IdentityUserContext<TUser>.

IdentityUserContext<TUser>()

Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs

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

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

Platí pro

IdentityUserContext<TUser>(DbContextOptions)

Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs
Zdroj:
IdentityUserContext.cs

Inicializuje novou instanci objektu 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é má použít .DbContext

Platí pro