Sdílet prostřednictvím


IdentityUserContext<TUser,TKey> Konstruktory

Definice

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

Platí pro