IdentityDbContext<TUser> Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
IdentityDbContext<TUser>() |
Initialise une nouvelle instance de la classe IdentityDbContext. |
IdentityDbContext<TUser>(DbContextOptions) |
Initialise une nouvelle instance de IdentityDbContext. |
IdentityDbContext<TUser>()
- 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
Initialise une nouvelle instance de la classe IdentityDbContext.
protected:
IdentityDbContext();
protected IdentityDbContext ();
Protected Sub New ()
S’applique à
IdentityDbContext<TUser>(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
Initialise une nouvelle instance de IdentityDbContext.
public:
IdentityDbContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityDbContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser)>
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)>
Public Sub New (options As DbContextOptions)
Paramètres
- options
- DbContextOptions
Options à utiliser par un DbContext.