次の方法で共有


IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken> コンストラクター

定義

オーバーロード

IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>()

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

IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>(DbContextOptions)

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

IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>()

ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs

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

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

適用対象

IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>(DbContextOptions)

ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs
ソース:
IdentityUserContext.cs

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

public:
 IdentityUserContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityUserContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key, 'UserClaim, 'UserLogin, 'UserToken (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key> and 'UserClaim :> Microsoft.AspNetCore.Identity.IdentityUserClaim<'Key> and 'UserLogin :> Microsoft.AspNetCore.Identity.IdentityUserLogin<'Key> and 'UserToken :> Microsoft.AspNetCore.Identity.IdentityUserToken<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key, 'UserClaim, 'UserLogin, 'UserToken (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key> and 'UserClaim :> Microsoft.AspNetCore.Identity.IdentityUserClaim<'Key> and 'UserLogin :> Microsoft.AspNetCore.Identity.IdentityUserLogin<'Key> and 'UserToken :> Microsoft.AspNetCore.Identity.IdentityUserToken<'Key>)>
Public Sub New (options As DbContextOptions)

パラメーター

options
DbContextOptions

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

適用対象