IdentityUserContext<TUser,TKey> Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
IdentityUserContext<TUser,TKey>() |
Inicializuje novou instanci třídy . |
IdentityUserContext<TUser,TKey>(DbContextOptions) |
Inicializuje novou instanci kontextu databáze. |
IdentityUserContext<TUser,TKey>()
- 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 třídy .
protected:
IdentityUserContext();
protected IdentityUserContext ();
Protected Sub New ()
Platí pro
IdentityUserContext<TUser,TKey>(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 kontextu databáze.
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
Možnosti, které má použít .DbContext