SQLiteJournalModeEnum Enumeration |
The wrapped version of the provider's SQLiteJournalModeEnum enumeration.
Namespace: VirtualRadar.Interface.SQLiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum SQLiteJournalModeEnum
Public Enumeration SQLiteJournalModeEnum
public enum class SQLiteJournalModeEnum
type SQLiteJournalModeEnum
Members
| Member name | Value | Description |
---|
| Default | -1 |
See SQLite docs.
|
| Delete | 0 |
See SQLite docs.
|
| Persist | 1 |
See SQLite docs.
|
| Off | 2 |
See SQLite docs.
|
| Truncate | 3 |
See SQLite docs.
|
| Memory | 4 |
See SQLite docs.
|
| Wal | 5 |
See SQLite docs.
|
See Also