TdxDBColumnType Enum
Declaration
TdxDBColumnType = (
Unknown,
Boolean,
Byte,
SByte,
Char,
Decimal,
Double,
Single,
Int32,
UInt32,
Int16,
UInt16,
Int64,
UInt64,
&String,
DateTime,
Guid,
ByteArray,
TimeSpan
);
Members
Name |
---|
Unknown
|
Boolean
|
Byte
|
SByte
|
Char
|
Decimal
|
Double
|
Single
|
Int32
|
UInt32
|
Int16
|
UInt16
|
Int64
|
UInt64
|
String
|
DateTime
|
Guid
|
ByteArray
|
TimeSpan
|
See Also