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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also