Click or drag to resize

SQLite3ColType Enumeration

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public enum ColType
Members
  Member nameValueDescription
Integer1
Float2
Text3
Blob4
Null5
See Also