IdentityUserContext<TUser> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
- 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.