Поделиться через


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

Определение

Перегрузки

UserStore<TUser>()

Констуктор по умолчанию, использующий новый экземпляр entityDbContext по умолчанию.

UserStore<TUser>(DbContext)

Конструктор

UserStore<TUser>()

Констуктор по умолчанию, использующий новый экземпляр entityDbContext по умолчанию.

public:
 UserStore();
public UserStore ();
Public Sub New ()

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

UserStore<TUser>(DbContext)

Конструктор

public:
 UserStore(System::Data::Entity::DbContext ^ context);
public UserStore (System.Data.Entity.DbContext context);
new Microsoft.AspNet.Identity.CoreCompat.UserStore<'User (requires 'User :> Microsoft.AspNet.Identity.CoreCompat.IdentityUser)> : System.Data.Entity.DbContext -> Microsoft.AspNet.Identity.CoreCompat.UserStore<'User (requires 'User :> Microsoft.AspNet.Identity.CoreCompat.IdentityUser)>
Public Sub New (context As DbContext)

Параметры

context
DbContext

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