| Zoho Field Type | Recommended / Supported .NET Types | |
| C# Type | .NET Framework Type | |
| Text | String | System.String |
| Integer | int*, uint*, short*, ushort* | System.Int32, System.UInt32, System.Int16, System.UInt16 |
| Percent | decimal*, double*, float* | System.Decimal, System.Double, System.Single |
| Decimal | decimal*, double*, float* | System.Decimal, System.Double, System.Single |
| Currency | decimal*, double*, float* | System.Decimal, System.Double, System.Single |
| Date | DateTime* | System.DateTime |
| DateTime | DateTime* | System.DateTime |
| String | System.String | |
| Phone | String | System.String |
| Pick List | ZohoSharp.PickList, enum*, string | ZohoSharp.PickList, System.Enum, System.String |
| Url String | String | System.String |
| TextArea | String | System.String |
| Checkbox | Bool | System.Boolean |
| Multiselect Pick List | ZohoSharp.MultiPickList, enum[], List<enum>, enum**, string[], List<string> | ZohoSharp.MultiPickList, System.Enum[], System.Collections.Generic.List<system.enum>, System.Enum, System.String[], System.Collections.Generic.List<system.string> |
| Auto Number | string, int, uint, short, ushort | System.String, System.Int32, System.UInt32, System.Int16, System.UInt16 |
| Lookup | String | System.String |
| Formula | String | System.String |
| Long Integer | long*, ulong* | System.Int64, System.UInt64 |
FlagsAttribute to represent bitwise values allowing selection of multiple enum valuesFlagsAttribute allowing selection of multiple items should define an item (such as None) with a value of 0 to represent no items selected.CRMComment model objects.CRMProductLineItem model objects.© 2022 Jeff Williamson. All rights reserved. Privacy Policy | Terms of Service