dotConnect for Zoho CRM Documentation
Devart.Data.Zoho Namespace / ZohoConnectionStringBuilder Class / UseDisplayNameForCustomTables Property

In This Topic
UseDisplayNameForCustomTables Property
In This Topic
Determines whether display names are used to access custom Zoho CRM modules and are returned by the provider instead of the module names.
Syntax
'Declaration
 
Public Property UseDisplayNameForCustomTables As Boolean
 

Property Value

If true, you need to use module display names in your SQL statements, etc. to access custom Zoho CRM modules instead of module names. dotConnect for Zoho CRM will also return display names instead of the module names.
Remarks
In Zoho CRM, custom modules have module names such as "CustomModule1", "CustomModule2", "CustomModule3", etc. The meaningful names that you assign to them when creating them are display names.
See Also