IdentityDbContext 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
IdentityDbContext() |
Initializes a new instance of the IdentityDbContext class. |
IdentityDbContext(DbContextOptions) |
Initializes a new instance of IdentityDbContext. |
IdentityDbContext()
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
Initializes a new instance of the IdentityDbContext class.
protected:
IdentityDbContext();
protected IdentityDbContext ();
Protected Sub New ()
Applies to
IdentityDbContext(DbContextOptions)
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
- Source:
- IdentityDbContext.cs
Initializes a new instance of IdentityDbContext.
public:
IdentityDbContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityDbContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext
Public Sub New (options As DbContextOptions)
Parameters
- options
- DbContextOptions
The options to be used by a DbContext.