SQLite3ColType Enumeration |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic Enumeration ColType
public enum class ColType
Members|
| Member name | Value | Description |
|---|
| Integer | 1 | |
| Float | 2 | |
| Text | 3 | |
| Blob | 4 | |
| Null | 5 | |
See Also