次の方法で共有


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

定義

オーバーロード

IdentityDbContext<TUser>()

IdentityDbContext クラスの新しいインスタンスを初期化します。

IdentityDbContext<TUser>(DbContextOptions)

IdentityDbContext の新しいインスタンスを初期化します。

IdentityDbContext<TUser>()

ソース:
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<TUser>(DbContextOptions)

ソース:
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<'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使用されるオプション。

適用対象