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

In This Topic
    FullFSync Property
    In This Topic
    Gets or sets a value that determines whether or not the F_FULLFSYNC syncing method is used on systems that support it.
    Syntax
    'Declaration
     
    Public Property FullFSync As Boolean
    public bool FullFSync {get; set;}

    Property Value

    If true, the database engine attempts to use the F_FULLFSYNC syncing method; otherwise, false.
    See Also