Class PostgresSQLAccountContext
Inheritance
System.Object
PostgresSQLAccountContext
Assembly: mix.database.dll
Syntax
public class PostgresSQLAccountContext : MixCmsAccountContext
Constructors
|
Improve this Doc
View Source
PostgresSQLAccountContext(DatabaseService)
Declaration
public PostgresSQLAccountContext(DatabaseService databaseService)
Parameters
Methods
|
Improve this Doc
View Source
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder modelBuilder)
Parameters
Type |
Name |
Description |
ModelBuilder |
modelBuilder |
|
Overrides