IdentityDbContext<TUser> Class¶
- Namespace
Microsoft.AspNet.Identity.CoreCompat- Assemblies
- Microsoft.AspNet.Identity.AspNetCoreCompat
Inheritance Hierarchy¶
System.ObjectSystem.Data.Entity.DbContextMicrosoft.AspNet.Identity.EntityFramework.IdentityDbContext{{TUser},Microsoft.AspNet.Identity.CoreCompat.IdentityRole,System.String,Microsoft.AspNet.Identity.CoreCompat.IdentityUserLogin,Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole,Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim}Microsoft.AspNet.Identity.CoreCompat.IdentityDbContext{{TUser},Microsoft.AspNet.Identity.CoreCompat.IdentityRole,System.String,Microsoft.AspNet.Identity.CoreCompat.IdentityUserLogin,Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole,Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim,Microsoft.AspNet.Identity.CoreCompat.IdentityRoleClaim}Microsoft.AspNet.Identity.CoreCompat.IdentityDbContext<TUser>
Syntax¶
public class IdentityDbContext<TUser> : IdentityDbContext<TUser, IdentityRole, string, IdentityUserLogin, IdentityUserRole, IdentityUserClaim, IdentityRoleClaim>, IDisposable, IObjectContextAdapter where TUser : IdentityUser
-
class
Microsoft.AspNet.Identity.CoreCompat.IdentityDbContext<TUser>¶
Constructors¶
-
IdentityDbContext()¶ public IdentityDbContext()
-
IdentityDbContext(System.Data.Common.DbConnection, System.Boolean) public IdentityDbContext(DbConnection existingConnection, bool contextOwnsConnection)
-
IdentityDbContext(System.Data.Common.DbConnection, System.Data.Entity.Infrastructure.DbCompiledModel, System.Boolean) public IdentityDbContext(DbConnection existingConnection, DbCompiledModel model, bool contextOwnsConnection)
-
IdentityDbContext(System.Data.Entity.Infrastructure.DbCompiledModel) public IdentityDbContext(DbCompiledModel model)
-
IdentityDbContext(System.String) public IdentityDbContext(string nameOrConnectionString)
-
IdentityDbContext(System.String, System.Data.Entity.Infrastructure.DbCompiledModel) public IdentityDbContext(string nameOrConnectionString, DbCompiledModel model)
-