FireDAC Components for Zoho CRM

Build 22.0.8462

UseSimpleNames

Boolean determining if simple names should be used for tables and columns.

Syntax


property UseSimpleNames: Boolean;

Data Type

Boolean

Default Value

false

Remarks

Zoho CRM tables and columns can use special characters in names that are normally not allowed in standard databases. UseSimpleNames makes the component easier to use with traditional database tools.

Setting UseSimpleNames to true will simplify the names of tables and columns returned. It will enforce a naming scheme such that only alphanumeric characters and the underscore are valid for the displayed table and column names. Any nonalphanumeric characters will be converted to an underscore.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462