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

In This Topic
    WALAutoCheckpoint Property
    In This Topic
    Gets or sets the write-ahead log auto-checkpoint interval.
    Syntax
    'Declaration
     
    Public Property WALAutoCheckpoint As Integer
    public int WALAutoCheckpoint {get; set;}

    Property Value

    The write-ahead log auto-checkpoint interval - the number of the write-ahead log pages, after which the checkpoint is performed.
    Remarks
    Effective only when JournalMode is set to JournalMode.WAL. 0 or negative values disable autochekpointing.
    See Also