dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnectionStringBuilder Class / JournalMode Property

On this page
    JournalMode Property
    On this page
    Determines SQLite journal mode for the connection.
    Syntax
    'Declaration
     
    Public Property JournalMode As JournalMode
    public JournalMode JournalMode {get; set;}

    Property Value

    One of the JournalMode values.
    See Also