IdentityDbContext 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() |
Inicializa uma nova instância da classe IdentityDbContext. |
IdentityDbContext(DbContextOptions) |
Inicializa uma nova instância de IdentityDbContext. |
IdentityDbContext()
- 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(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 : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext
Public Sub New (options As DbContextOptions)
Parâmetros
- options
- DbContextOptions
As opções a serem usadas por um DbContext.