次の方法で共有


IdentityDbContext コンストラクター

定義

オーバーロード

IdentityDbContext()

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

IdentityDbContext(DbContextOptions)

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

IdentityDbContext()

ソース:
IdentityDbContext.cs
ソース:
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(DbContextOptions)

ソース:
IdentityDbContext.cs
ソース:
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 : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext
Public Sub New (options As DbContextOptions)

パラメーター

options
DbContextOptions

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

適用対象