Udostępnij za pośrednictwem


IdentityUserContext<TUser> Konstruktory

Definicja

Przeciążenia

IdentityUserContext<TUser>()

Inicjuje nowe wystąpienie klasy IdentityUserContext<TUser>.

IdentityUserContext<TUser>(DbContextOptions)

Inicjuje nowe wystąpienie klasy IdentityUserContext<TUser>.

IdentityUserContext<TUser>()

Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs

Inicjuje nowe wystąpienie klasy IdentityUserContext<TUser>.

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

Dotyczy

IdentityUserContext<TUser>(DbContextOptions)

Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs
Źródło:
IdentityUserContext.cs

Inicjuje nowe wystąpienie klasy 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

Opcje, które mają być używane przez element DbContext.

Dotyczy