UserStore(DbContext, IdentityErrorDescriber) 建構函式

定義

建構 UserStore 的新執行個體。

public UserStore (Microsoft.EntityFrameworkCore.DbContext context, Microsoft.AspNetCore.Identity.IdentityErrorDescriber describer = default);
public UserStore (Microsoft.EntityFrameworkCore.DbContext context, Microsoft.AspNetCore.Identity.IdentityErrorDescriber? describer = default);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore : Microsoft.EntityFrameworkCore.DbContext * Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore
Public Sub New (context As DbContext, Optional describer As IdentityErrorDescriber = Nothing)

參數

context
DbContext

DbContext

適用於