Compartilhar via


IdentityUserContext<TUser,TKey> Construtores

Definição

Sobrecargas

IdentityUserContext<TUser,TKey>()

Inicializa uma nova instância da classe.

IdentityUserContext<TUser,TKey>(DbContextOptions)

Inicializa uma nova instância do contexto de banco de dados.

IdentityUserContext<TUser,TKey>()

Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs

Inicializa uma nova instância da classe.

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

Aplica-se a

IdentityUserContext<TUser,TKey>(DbContextOptions)

Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs
Origem:
IdentityUserContext.cs

Inicializa uma nova instância do contexto de banco de dados.

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)

Parâmetros

options
DbContextOptions

As opções a serem usadas por um DbContext.

Aplica-se a