次の方法で共有


UserOnlyStore<TUser>(DbContext, IdentityErrorDescriber) コンストラクター

定義

UserOnlyStore<TUser> の新しいインスタンスを作成します。

public UserOnlyStore (Microsoft.EntityFrameworkCore.DbContext context, Microsoft.AspNetCore.Identity.IdentityErrorDescriber describer = default);
public UserOnlyStore (Microsoft.EntityFrameworkCore.DbContext context, Microsoft.AspNetCore.Identity.IdentityErrorDescriber? describer = default);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserOnlyStore<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<string> and 'User : (new : unit -> 'User))> : Microsoft.EntityFrameworkCore.DbContext * Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserOnlyStore<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<string> and 'User : (new : unit -> 'User))>
Public Sub New (context As DbContext, Optional describer As IdentityErrorDescriber = Nothing)

パラメーター

context
DbContext

DbContext

適用対象