Click or drag to resize

SQLite3ColType Enumeration

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ColType
Members
  Member nameValueDescription
Integer1
Float2
Text3
Blob4
Null5
See Also