DataType Enum

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview

Used to identify the data type of a field or a parameter in data tables and SQL commands.

Namespace

Declaration (C#)

public enum DataType
{
    Unknown = 0,
    String = 1,
    DateTime = 2,
    Float = 3,
    Currency = 4,
    AutoInc = 5,
    Integer = 6,
    LargeInt = 7,
    Boolean = 8,
    Memo = 9,
    Blob = 10,
    WideString = 11,
    WideMemo = 12,
    LargeAutoInc = 13,
    Byte = 14,
    ShortInt = 15,
    Word = 16,
    SmallInt = 17,
    Cardinal = 18,
    LargeUInt = 19,
    Guid = 20,
    Xml = 21,
    Decimal = 22,
    SingleFloat = 23
}


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools