SqliteColumnType¶
Namespace: ThinkGeo.Core
This enumeration represents the column type in Sqlite.
public enum SqliteColumnType
Inheritance Object → ValueType → Enum → SqliteColumnType
Implements IComparable, IFormattable, IConvertible
Remarks:
None
Fields¶
Name | Value | Description |
---|---|---|
Null | 0 | Null values |
Integer | 1 | Integer values |
Real | 2 | Floating Point Values |
Text | 3 | String values |
Blob | 4 | Stored as raw binary data |
Numeric | 5 | Numeric, Boolean, Date/Time values |