IdentityDbContext<TUser> Constructor
Default constructor which uses the "DefaultConnection" connectionString
Namespace: Microsoft.AspNet.Identity.EntityFramework
Assembly: Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New IdentityDbContext()
public IdentityDbContext()
public:
IdentityDbContext()
new : unit -> IdentityDbContext
public function IdentityDbContext()
See Also
Reference
IdentityDbContext<TUser> Class