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
    public bool UseDisplayNameForCustomTables {get; set;}

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also