IdentityUserContext<TUser> Constructors

Definition

Overloads

IdentityUserContext<TUser>()

Initializes a new instance of the IdentityUserContext<TUser> class.

IdentityUserContext<TUser>(DbContextOptions)

Initializes a new instance of IdentityUserContext<TUser>.

IdentityUserContext<TUser>()

Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs

Initializes a new instance of the IdentityUserContext<TUser> class.

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

Applies to

IdentityUserContext<TUser>(DbContextOptions)

Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs
Source:
IdentityUserContext.cs

Initializes a new instance of 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)

Parameters

options
DbContextOptions

The options to be used by a DbContext.

Applies to