Freigeben über


IdentityUserContext<TUser,TKey> Konstruktoren

Definition

Überlädt

IdentityUserContext<TUser,TKey>()

Initialisiert eine neue Instanz der Klasse.

IdentityUserContext<TUser,TKey>(DbContextOptions)

Initialisiert eine neue instance des Datenbankkontexts.

IdentityUserContext<TUser,TKey>()

Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs

Initialisiert eine neue Instanz der Klasse.

protected:
 IdentityUserContext();
protected IdentityUserContext ();
Protected Sub New ()

Gilt für:

IdentityUserContext<TUser,TKey>(DbContextOptions)

Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs
Quelle:
IdentityUserContext.cs

Initialisiert eine neue instance des Datenbankkontexts.

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)

Parameter

options
DbContextOptions

Die Optionen, die von einem DbContextverwendet werden sollen.

Gilt für: