Compartilhar via


IdentityDbContext<TUser,TRole,TKey> Construtores

Definição

Sobrecargas

IdentityDbContext<TUser,TRole,TKey>()

Inicializa uma nova instância da classe.

IdentityDbContext<TUser,TRole,TKey>(DbContextOptions)

Inicializa uma nova instância do contexto db.

IdentityDbContext<TUser,TRole,TKey>()

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.

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

Aplica-se a

IdentityDbContext<TUser,TRole,TKey>(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 do contexto db.

public:
 IdentityDbContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityDbContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User, 'Role, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<'Key> and 'Role :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole<'Key> and 'Key :> IEquatable<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User, 'Role, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<'Key> and 'Role :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole<'Key> and 'Key :> IEquatable<'Key>)>
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User, 'Role, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<'Key> and 'Key :> IEquatable<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User, 'Role, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<'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