DatabaseDataType Enumeration
Specifies the data type of a value in a DatabaseColumn.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEDataSets assembly)
Syntax
public enum DatabaseDataTypeValues
| Value name | Value | Description |
|---|---|---|
| Unknown | 0 | Indicates that the data type is unknown. |
| Int | 1 | Indicates that the data type is an integer. |
| Double | 2 | Indicates that the data type is a double precision floating point number. |
| String | 3 | Indicates that the data type is a string. |
| Bool | 4 | Indicates that the data type is a boolean. |
| DateTime | 5 | Indicates that the data type is a date and time representation. |
| Blob | 6 | Indicates that the data type is binary data of some kind. |
Platforms
Windows, Linux, Android