IdentityUserContext<TUser,TKey> 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>() |
Inicjuje nowe wystąpienie klasy. |
IdentityUserContext<TUser,TKey>(DbContextOptions) |
Inicjuje nowe wystąpienie kontekstu bazy danych. |
IdentityUserContext<TUser,TKey>()
- Ź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>(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 kontekstu bazy danych.
public:
IdentityUserContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityUserContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key>)>
Public Sub New (options As DbContextOptions)
Parametry
- options
- DbContextOptions
Opcje, które mają być używane przez element DbContext.