Condividi tramite


IdentityDbContext<TUser> Costruttori

Definizione

Overload

IdentityDbContext<TUser>()

Inizializza una nuova istanza della classe IdentityDbContext.

IdentityDbContext<TUser>(DbContextOptions)

Inizializza una nuova istanza di IdentityDbContext.

IdentityDbContext<TUser>()

Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs

Inizializza una nuova istanza della classe IdentityDbContext.

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

Si applica a

IdentityDbContext<TUser>(DbContextOptions)

Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs
Origine:
IdentityDbContext.cs

Inizializza una nuova istanza di 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)

Parametri

options
DbContextOptions

Opzioni da utilizzare da un oggetto DbContext.

Si applica a