SynchronizationModes Enumeration |
The wrapped version of the provider's SynchronizationModes enum.
Namespace: VirtualRadar.Interface.SQLiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum SynchronizationModes
Public Enumeration SynchronizationModes
public enum class SynchronizationModes
type SynchronizationModes
Members
| Member name | Value | Description |
---|
| Normal | 0 |
See SQLite docs.
|
| Full | 1 |
See SQLite docs.
|
| Off | 2 |
See SQLite docs.
|
See Also