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

In This Topic
    JournalMode Property
    In This Topic
    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