ApplicationDbContext Class

FormsAuth

ApplicationDbContext Class

Namespace:  Toestellenbeheer.Models
Assembly:  Toestellenbeheer (in Toestellenbeheer.dll)

Syntax


public class ApplicationDbContext : IdentityDbContext<ApplicationUser>
Public Class ApplicationDbContext _
	Inherits IdentityDbContext(Of ApplicationUser)
public ref class ApplicationDbContext : public IdentityDbContext<ApplicationUser^>

Inheritance Hierarchy


Object
  DbContext
    IdentityDbContext<(Of <(<'TUser, IdentityRole, String, IdentityUserLogin, IdentityUserRole, IdentityUserClaim>)>)>
      IdentityDbContext<(Of <(<'ApplicationUser>)>)>
        Toestellenbeheer.Models..::..ApplicationDbContext