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

In This Topic
    CheckpointFullFSync Property
    In This Topic
    Determines whether the F_FULLFSYNC syncing method is used during checkpoint operations on systems that support F_FULLFSYNC.
    Syntax
    'Declaration
     
    Public Property CheckpointFullFSync As Boolean
    public bool CheckpointFullFSync {get; set;}

    Property Value

    If true - the F_FULLFSYNC syncing method is used during checkpoint operations on systems that support F_FULLFSYNC; otherwise it is not used. Default value is false.
    Remarks

    If this property is specified, the checkpoint_fullfsync SQLite PRAGMA statement is executed when connecting.

    Note: F_FULLFSYNC is supported only on Mac OS-X.

    See Also