共用方式為


IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken> 建構函式

定義

多載

IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>()

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

IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>(DbContextOptions)

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

IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>()

來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs

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

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

適用於

IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>(DbContextOptions)

來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs
來源:
IdentityUserContext.cs

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

public:
 IdentityUserContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityUserContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key, 'UserClaim, 'UserLogin, 'UserToken (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key> and 'UserClaim :> Microsoft.AspNetCore.Identity.IdentityUserClaim<'Key> and 'UserLogin :> Microsoft.AspNetCore.Identity.IdentityUserLogin<'Key> and 'UserToken :> Microsoft.AspNetCore.Identity.IdentityUserToken<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key, 'UserClaim, 'UserLogin, 'UserToken (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key> and 'UserClaim :> Microsoft.AspNetCore.Identity.IdentityUserClaim<'Key> and 'UserLogin :> Microsoft.AspNetCore.Identity.IdentityUserLogin<'Key> and 'UserToken :> Microsoft.AspNetCore.Identity.IdentityUserToken<'Key>)>
Public Sub New (options As DbContextOptions)

參數

options
DbContextOptions

要使用的 DbContext 選項。

適用於