Udostępnij za pośrednictwem


IdentityDbContext Konstruktory

Definicja

Przeciążenia

IdentityDbContext()

Inicjuje nowe wystąpienie klasy IdentityDbContext.

IdentityDbContext(DbContextOptions)

Inicjuje nowe wystąpienie klasy IdentityDbContext.

IdentityDbContext()

Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs

Inicjuje nowe wystąpienie klasy IdentityDbContext.

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

Dotyczy

IdentityDbContext(DbContextOptions)

Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs
Źródło:
IdentityDbContext.cs

Inicjuje nowe wystąpienie klasy 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)

Parametry

options
DbContextOptions

Opcje, które mają być używane przez element DbContext.

Dotyczy