Table of Contents

Enum EnumFieldType

Namespace
PolarDataInterop
Assembly
PolarDataInterop.dll

This enum returns the field type as ado compatible number

public enum EnumFieldType
Extension Methods

Fields

adBSTR = 8

null-terminated character string.

adBigInt = 20

8 - byte signed integer.

adBinary = 128

A binary value.

adBoolean = 11

Boolean value.

adChapter = 136

A 4 - byte chapter value that identifies rows in a child rowset

adChar = 129

A string value.

adCurrency = 6

Currency value

adDBDate = 133

A date value(yyyymmdd).

adDBTime = 134

A time value(hhmmss).

adDBTimeStamp = 135

A date / time stamp(yyyymmddhhmmss plus a fraction in billionths).

adDate = 7

The number of days since December 30, 1899 + the fraction of a day. (date time)

adDecimal = 14

An exact numeric value with a fixed precision and scale.

adDouble = 5

Double-precision floating-point value.

adError = 10

32-bit error code

adFileTime = 64

The number of 100 - nanosecond intervals since January 1, 1601

adGUID = 72

A globally unique identifier(GUID)

adInteger = 3

4-byte signed integer.

adLongVarBinary = 205

A long binary value(Parameter object only).

adLongVarChar = 201

A long string value.

adLongVarWChar = 203

A long null - terminated Unicode string value.

adNumeric = 131

An exact numeric value with a fixed precision and scale.

adPropVariant = 138

An Automation PROPVARIANT.

adSingle = 4

Single-precision floating-point value (4 bytes).

adSmallInt = 2

2-byte signed integer.

adTinyInt = 16

1 - byte signed integer.

adUnsignedBigInt = 21

8 - byte unsigned integer.

adUnsignedInt = 19

4 - byte unsigned integer.

adUnsignedSmallInt = 18

2 - byte unsigned integer.

adUnsignedTinyInt = 17

1 - byte unsigned integer (byte)

adUserDefined = 132

A user - defined variable.

adVarBinary = 204

A binary value(Parameter object only).

adVarChar = 200

A string value(Parameter object only).

adVarNumeric = 139

A numeric value(Parameter object only).

adVarWChar = 202

A null - terminated Unicode character string.

adWChar = 130

A null - terminated Unicode character string.