Enum EnumFieldType
- Namespace
- PolarDataInterop
- Assembly
- PolarDataInterop.dll
This enum returns the field type as ado compatible number
public enum EnumFieldType
- Extension Methods
Fields
adBSTR = 8null-terminated character string.
adBigInt = 208 - byte signed integer.
adBinary = 128A binary value.
adBoolean = 11Boolean value.
adChapter = 136A 4 - byte chapter value that identifies rows in a child rowset
adChar = 129A string value.
adCurrency = 6Currency value
adDBDate = 133A date value(yyyymmdd).
adDBTime = 134A time value(hhmmss).
adDBTimeStamp = 135A date / time stamp(yyyymmddhhmmss plus a fraction in billionths).
adDate = 7The number of days since December 30, 1899 + the fraction of a day. (date time)
adDecimal = 14An exact numeric value with a fixed precision and scale.
adDouble = 5Double-precision floating-point value.
adError = 1032-bit error code
adFileTime = 64The number of 100 - nanosecond intervals since January 1, 1601
adGUID = 72A globally unique identifier(GUID)
adInteger = 34-byte signed integer.
adLongVarBinary = 205A long binary value(Parameter object only).
adLongVarChar = 201A long string value.
adLongVarWChar = 203A long null - terminated Unicode string value.
adNumeric = 131An exact numeric value with a fixed precision and scale.
adPropVariant = 138An Automation PROPVARIANT.
adSingle = 4Single-precision floating-point value (4 bytes).
adSmallInt = 22-byte signed integer.
adTinyInt = 161 - byte signed integer.
adUnsignedBigInt = 218 - byte unsigned integer.
adUnsignedInt = 194 - byte unsigned integer.
adUnsignedSmallInt = 182 - byte unsigned integer.
adUnsignedTinyInt = 171 - byte unsigned integer (byte)
adUserDefined = 132A user - defined variable.
adVarBinary = 204A binary value(Parameter object only).
adVarChar = 200A string value(Parameter object only).
adVarNumeric = 139A numeric value(Parameter object only).
adVarWChar = 202A null - terminated Unicode character string.
adWChar = 130A null - terminated Unicode character string.