共用方式為


IdentityDbContext 建構函式

定義

多載

IdentityDbContext()

初始化 IdentityDbContext 類別的新執行個體。

IdentityDbContext(DbContextOptions)

初始化 IdentityDbContext 的新執行個體。

IdentityDbContext()

來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs

初始化 IdentityDbContext 類別的新執行個體。

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

適用於

IdentityDbContext(DbContextOptions)

來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs
來源:
IdentityDbContext.cs

初始化 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)

參數

options
DbContextOptions

要使用的選項 DbContext

適用於