IdentityDbContext<TUser,TRole,TKey> Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
IdentityDbContext<TUser,TRole,TKey>() |
Inizializza una nuova istanza della classe. |
IdentityDbContext<TUser,TRole,TKey>(DbContextOptions) |
Inizializza una nuova istanza del contesto del database. |
IdentityDbContext<TUser,TRole,TKey>()
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
Inizializza una nuova istanza della classe.
protected:
IdentityDbContext();
protected IdentityDbContext ();
Protected Sub New ()
Si applica a
IdentityDbContext<TUser,TRole,TKey>(DbContextOptions)
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
- Origine:
- IdentityDbContext.cs
Inizializza una nuova istanza del contesto del database.
public:
IdentityDbContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityDbContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User, 'Role, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<'Key> and 'Role :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole<'Key> and 'Key :> IEquatable<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User, 'Role, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<'Key> and 'Role :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole<'Key> and 'Key :> IEquatable<'Key>)>
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User, 'Role, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<'Key> and 'Key :> IEquatable<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User, 'Role, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<'Key> and 'Key :> IEquatable<'Key>)>
Public Sub New (options As DbContextOptions)
Parametri
- options
- DbContextOptions
Opzioni da utilizzare da un oggetto DbContext.