IdentityUserContext<TUser> Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.