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

In This Topic
    Synchronous Property
    In This Topic
    Gets or sets a value that determines the synchronization mode of write operations.
    Syntax
    'Declaration
     
    Public Property Synchronous As SynchronizationMode
    public SynchronizationMode Synchronous {get; set;}

    Property Value

    One of the SynchronizationMode values.
    See Also