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