IdentityUserContext<TUser,TKey> 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,TKey>() |
Initializes a new instance of the class. |
IdentityUserContext<TUser,TKey>(DbContextOptions) |
Initializes a new instance of the db context. |
IdentityUserContext<TUser,TKey>()
- 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 class.
protected:
IdentityUserContext();
protected IdentityUserContext ();
Protected Sub New ()
Applies to
IdentityUserContext<TUser,TKey>(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 the db context.
public:
IdentityUserContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityUserContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key>)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserContext<'User, 'Key (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key> and 'Key :> IEquatable<'Key>)>
Public Sub New (options As DbContextOptions)
Parameters
- options
- DbContextOptions
The options to be used by a DbContext.