dotConnect for PostgreSQL Documentation
In This Topic
    Database Script Generation Settings
    In This Topic

    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