IdentityDbContext<TUser> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
IdentityDbContext<TUser>() |
初始化 IdentityDbContext 類別的新執行個體。 |
IdentityDbContext<TUser>(DbContextOptions) |
初始化 IdentityDbContext 的新執行個體。 |
IdentityDbContext<TUser>()
初始化 IdentityDbContext 類別的新執行個體。
protected:
IdentityDbContext();
protected IdentityDbContext ();
Protected Sub New ()
適用於
IdentityDbContext<TUser>(DbContextOptions)
初始化 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)
參數
- options
- DbContextOptions
要使用的 DbContext 選項。