IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken> 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,TKey,TUserClaim,TUserLogin,TUserToken>() |
Inicjuje nowe wystąpienie klasy. |
| IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>(DbContextOptions) |
Inicjuje nowe wystąpienie klasy. |
IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>()
- Ź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
- Źródło:
- IdentityUserContext.cs
Inicjuje nowe wystąpienie klasy.
protected:
IdentityUserContext();
protected IdentityUserContext();
Protected Sub New ()
Dotyczy
IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>(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
- Źródło:
- IdentityUserContext.cs
Inicjuje nowe wystąpienie klasy.
public:
IdentityUserContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityUserContext(Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key, 'UserClaim, 'UserLogin, 'UserToken (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key> and 'UserClaim :> Microsoft.AspNetCore.Identity.IdentityUserClaim<'Key> and 'UserLogin :> Microsoft.AspNetCore.Identity.IdentityUserLogin<'Key> and 'UserToken :> Microsoft.AspNetCore.Identity.IdentityUserToken<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key, 'UserClaim, 'UserLogin, 'UserToken (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key> and 'UserClaim :> Microsoft.AspNetCore.Identity.IdentityUserClaim<'Key> and 'UserLogin :> Microsoft.AspNetCore.Identity.IdentityUserLogin<'Key> and 'UserToken :> Microsoft.AspNetCore.Identity.IdentityUserToken<'Key>)>
Public Sub New (options As DbContextOptions)
Parametry
- options
- DbContextOptions
Opcje, które mają być używane przez element DbContext.