Click or drag to resize

SQLiteOpenFlags Enumeration

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[FlagsAttribute]
public enum SQLiteOpenFlags
Members
  Member nameValueDescription
ReadOnly1
ReadWrite2
Create4
NoMutex32768
FullMutex65536
SharedCache131072
PrivateCache262144
ProtectionComplete1048576
ProtectionCompleteUnlessOpen2097152
ProtectionCompleteUntilFirstUserAuthentication3145728
ProtectionNone4194304
See Also