Click or drag to resize
SynchronizationModes Enumeration
The wrapped version of the provider's SynchronizationModes enum.

Namespace: VirtualRadar.Interface.SQLite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum SynchronizationModes
Members
  Member nameValueDescription
Normal0 See SQLite docs.
Full1 See SQLite docs.
Off2 See SQLite docs.
See Also