IdentityDbContext<TUser> Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
IdentityDbContext<TUser>() |
Inicializa uma nova instância da classe IdentityDbContext. |
IdentityDbContext<TUser>(DbContextOptions) |
Inicializa uma nova instância de IdentityDbContext. |
IdentityDbContext<TUser>()
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
Inicializa uma nova instância da classe IdentityDbContext.
protected:
IdentityDbContext();
protected IdentityDbContext ();
Protected Sub New ()
Aplica-se a
IdentityDbContext<TUser>(DbContextOptions)
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
- Origem:
- IdentityDbContext.cs
Inicializa uma nova instância de IdentityDbContext.
public:
IdentityDbContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityDbContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser)>
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)>
Public Sub New (options As DbContextOptions)
Parâmetros
- options
- DbContextOptions
As opções a serem usadas por um DbContext.