Click or drag to resize
SQLiteJournalModeEnum Enumeration
The wrapped version of the provider's SQLiteJournalModeEnum enumeration.

Namespace: VirtualRadar.Interface.SQLite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum SQLiteJournalModeEnum
Members
  Member nameValueDescription
Default-1 See SQLite docs.
Delete0 See SQLite docs.
Persist1 See SQLite docs.
Off2 See SQLite docs.
Truncate3 See SQLite docs.
Memory4 See SQLite docs.
Wal5 See SQLite docs.
See Also