IdentityUserContext<TUser> Конструкторы

Определение

Перегрузки

IdentityUserContext<TUser>()

Инициализирует новый экземпляр класса IdentityUserContext<TUser>.

IdentityUserContext<TUser>(DbContextOptions)

Инициализирует новый экземпляр IdentityUserContext<TUser>.

IdentityUserContext<TUser>()

Инициализирует новый экземпляр класса IdentityUserContext<TUser>.

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

Применяется к

IdentityUserContext<TUser>(DbContextOptions)

Инициализирует новый экземпляр IdentityUserContext<TUser>.

public:
 IdentityUserContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityUserContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)>
Public Sub New (options As DbContextOptions)

Параметры

options
DbContextOptions

Параметры, используемые DbContext.

Применяется к