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

    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