Method | Description | |
---|---|---|
DbUserAccountContext ( ) : Microsoft.Data.Entity | ||
DbUserAccountContext ( DbContextOptions options ) : Microsoft.Data.Entity | ||
DbUserAccountContext ( ) : Microsoft.EntityFrameworkCore | ||
DbUserAccountContext ( DbContextOptions options ) : Microsoft.EntityFrameworkCore |
Method | Description | |
---|---|---|
OnModelCreating ( ModelBuilder modelBuilder ) : void |
public DbUserAccountContext ( ) : Microsoft.Data.Entity | ||
return | Microsoft.Data.Entity |
public DbUserAccountContext ( DbContextOptions options ) : Microsoft.Data.Entity | ||
options | DbContextOptions | |
return | Microsoft.Data.Entity |
public DbUserAccountContext ( ) : Microsoft.EntityFrameworkCore | ||
return | Microsoft.EntityFrameworkCore |
public DbUserAccountContext ( DbContextOptions options ) : Microsoft.EntityFrameworkCore | ||
options | DbContextOptions | |
return | Microsoft.EntityFrameworkCore |
protected OnModelCreating ( ModelBuilder modelBuilder ) : void | ||
modelBuilder | ModelBuilder | |
return | void |