Mono.Data.Sqlite.SynchronizationModes Enumeration
The I/O file cache flushing behavior for the connection

Syntax

public enum SynchronizationModes

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Full Full file flushing after every write operation
Normal Normal file flushing at critical sections of the code
Off Use the default operating system's file flushing, SQLite does not explicitly flush the file buffers after writing

Requirements

Namespace: Mono.Data.Sqlite
Assembly: Mono.Data.Sqlite (in Mono.Data.Sqlite.dll)
Assembly Versions: 4.0.0.0