dotConnect for Zoho Desk Documentation
Data Type Mapping

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

Zoho Desk 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