Share via


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

定義

オーバーロード

IdentityDbContext<TUser,TRole,TKey>()

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

IdentityDbContext<TUser,TRole,TKey>(DbContextOptions)

db コンテキストの新しいインスタンスを初期化します。

IdentityDbContext<TUser,TRole,TKey>()

ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs

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

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

適用対象

IdentityDbContext<TUser,TRole,TKey>(DbContextOptions)

ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs
ソース:
IdentityDbContext.cs

db コンテキストの新しいインスタンスを初期化します。

public:
 IdentityDbContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityDbContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User, 'Role, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<'Key> and 'Role :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole<'Key> and 'Key :> IEquatable<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User, 'Role, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<'Key> and 'Role :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole<'Key> and 'Key :> IEquatable<'Key>)>
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User, 'Role, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<'Key> and 'Key :> IEquatable<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User, 'Role, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<'Key> and 'Key :> IEquatable<'Key>)>
Public Sub New (options As DbContextOptions)

パラメーター

options
DbContextOptions

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

適用対象