IdentityUserContext<TUser,TKey> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
IdentityUserContext<TUser,TKey>() |
クラスの新しいインスタンスを初期化します。 |
IdentityUserContext<TUser,TKey>(DbContextOptions) |
db コンテキストの新しいインスタンスを初期化します。 |
IdentityUserContext<TUser,TKey>()
クラスの新しいインスタンスを初期化します。
protected:
IdentityUserContext();
protected IdentityUserContext ();
Protected Sub New ()
適用対象
IdentityUserContext<TUser,TKey>(DbContextOptions)
db コンテキストの新しいインスタンスを初期化します。
public:
IdentityUserContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityUserContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key>)>
Public Sub New (options As DbContextOptions)
パラメーター
- options
- DbContextOptions
によって DbContext使用されるオプション。