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
4Int3232-bit integer value
5Int6464-bit integer value
6BoolBoolean value
7FloatFloating-point numeric value
8CurrencyMoney value
9BCDBinary-coded decimal value
10DateDate value
11TimeTime value
12DateTimeDate and time value
13AutoincAutoincrement 32-bit integer value
14MemoMEMO value (text with unlimited length)
15BlobBLOB value (any data with unlimited length)
16FixedCharFixed character value
17GuidThe unique identifier
18GeometryAny geometry data
19GeographyAny data that represents some geography objects