Skip to content

DataType enum

Represents the common types of the data.

public enum Korzh.EasyQuery.DataType
: Enum, IComparable, IFormattable, IConvertible
ValueNameDescription
0UnknownUnknown type value
1StringString value
2Byte8-bit integer value
3Word16-bit integer value
4Int32-bit integer value
5Int3232-bit integer value
6Int6464-bit integer value
7BoolBoolean value
8FloatFloating-point numeric value
9CurrencyMoney value
10BCDBinary-coded decimal value
11DateDate value
12TimeTime value
13DateTimeDate and time value
14AutoincAutoincrement 32-bit integer value
15MemoMEMO value (text with unlimited length)
16BlobBLOB value (any data with unlimited length)
17FixedCharFixed character value
18GuidThe unique identifier
19GeometryAny geometry data
20GeographyAny data that represents some geography objects