IdentityUserContext<TUser> コンストラクター

定義

オーバーロード

IdentityUserContext<TUser>()

IdentityUserContext<TUser> クラスの新しいインスタンスを初期化します。

IdentityUserContext<TUser>(DbContextOptions)

IdentityUserContext<TUser> の新しいインスタンスを初期化します。

IdentityUserContext<TUser>()

IdentityUserContext<TUser> クラスの新しいインスタンスを初期化します。

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

適用対象

IdentityUserContext<TUser>(DbContextOptions)

IdentityUserContext<TUser> の新しいインスタンスを初期化します。

public:
 IdentityUserContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityUserContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)>
Public Sub New (options As DbContextOptions)

パラメーター

options
DbContextOptions

によって DbContext使用されるオプション。

適用対象