Data Port Sync 1.0.500

OleDbType Enumeration

[This is preliminary documentation and subject to change.]

OLE DB Column type

[Visual Basic]
Public Enum OleDbType
    Inherits 
[C#]
public enum OleDbType

Members

Member Name Description
EMPTY Not supported.
NULL Not supported.
I2 Short integer (maps to Int16)
I4 Integer (maps to Int32)
R4 Float
R8 Double
CY Currency (maps to Decimal)
DATE Not supported.
BSTR Not supported.
IDISPATCH Not supported.
ERROR Not supported.
BOOL Bool
VARIANT Not supported.
IUNKNOWN Not supported.
DECIMAL Decimal
I1 Byte
UI1 Not supported.
UI2 Not supported.
UI4 Not supported.
I8 Large integer (maps to Int64)
UI8 Not supported.
GUID Guid
BYTES Byte array (Byte[])
STR ANSI String (not supported)
WSTR Unicode String (may be fixed, variable or BLOB)
NUMERIC Decimal
UDT Not supported.
DBDATE DateTime (Date only).
DBTIME DateTime (Time only).
DBTIMESTAMP DateTime

Requirements

Namespace: Primeworks.DesktopSqlCe

Assembly: Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll)

See Also

Primeworks.DesktopSqlCe Namespace