dotConnect for Zoho Books Documentation
In This Topic
    Data Type Mapping
    In This Topic

    The table below contains type mapping rules that are used to map Zoho Books field types to .NET types.

    Zoho Books Native Data Type

    Provider Data Type

    .NET Data Type

    "Text"STRINGString
    "AutoNumber"STRINGString
    "Integer"INTInt32
    "LongInteger"LONGInt64
    "Decimal"DECIMALDecimal
    "Percent"STRINGString
    "Currency"DOUBLEDouble
    "Double"DOUBLEDouble
    "Date"DATEDateTime
    "DateTime"DATETIMEDateTime
    "Email"STRINGString
    "Phone"STRINGString
    "Pick List"STRINGString
    "Multiselect Pick List"STRINGString
    "URL"STRINGString
    "TextArea"STRINGString
    "CheckBox"BOOLEANBoolean
    "Boolean"BOOLEANBoolean
    "OwnerLookup"STRINGString
    "Lookup"STRINGString
    "Website"STRINGString
    "BigInt"LONGInt64
    "Formula"STRINGString