Udostępnij za pośrednictwem


IdentityUserContext<TUser,TKey> Konstruktory

Definicja

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.

Dotyczy