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

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

    DeleteDatabaseBehaviour. This enumeration determines the behavior of the DeleteDatabase() function.

    SQLiteEntityProviderConfig.DatabaseScript.ForeignKey Settings