Class PostgresSQLQuartzDbContext
Inheritance
System.Object
PostgresSQLQuartzDbContext
Assembly: mix.database.dll
Syntax
public class PostgresSQLQuartzDbContext : QuartzDbContext
Constructors
|
Improve this Doc
View Source
PostgresSQLQuartzDbContext(DatabaseService)
Declaration
public PostgresSQLQuartzDbContext(DatabaseService databaseService)
Parameters
|
Improve this Doc
View Source
PostgresSQLQuartzDbContext(String)
Declaration
public PostgresSQLQuartzDbContext(string connectionString)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
Methods
|
Improve this Doc
View Source
OnConfiguring(DbContextOptionsBuilder)
Declaration
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
Parameters
Type |
Name |
Description |
DbContextOptionsBuilder |
optionsBuilder |
|
|
Improve this Doc
View Source
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder modelBuilder)
Parameters
Type |
Name |
Description |
ModelBuilder |
modelBuilder |
|