dotConnect for PostgreSQL Documentation
On this page
    Database Script Generation Settings
    On this page

    dotConnect for PostgreSQL allows configuring creating and deleting database objects in the CreateDatabase() and DeleteDatabase() methods. These customizations are rather useful for the Code First approach. You can tweak the behaviour of the methods using the PgSqlEntityProviderConfig.DatabaseScript.Schema and PgSqlEntityProviderConfig.DatabaseScript.ForeignKey classes.

    PgSqlEntityProviderConfig.DatabaseScript.ForeignKey Settings