IdentityUserContext<TUser,TKey> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
IdentityUserContext<TUser,TKey>() |
初始化類別的新執行個體。 |
IdentityUserContext<TUser,TKey>(DbContextOptions) |
初始化資料庫內容的新實例。 |
IdentityUserContext<TUser,TKey>()
初始化類別的新執行個體。
protected:
IdentityUserContext();
protected IdentityUserContext ();
Protected Sub New ()
適用於
IdentityUserContext<TUser,TKey>(DbContextOptions)
初始化資料庫內容的新實例。
public:
IdentityUserContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityUserContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key>)>
Public Sub New (options As DbContextOptions)
參數
- options
- DbContextOptions
要使用的 DbContext 選項。