ADO.NET Provider for Zoho CRM

Build 26.0.9655

Schema

Specifies the Zoho CRM version that the provider uses to retrieve data. Each version (v4, v8) corresponds to a distinct data model, which defines the structure of tables, fields, and relationships available through the provider.

Possible Values

v4, v8

Data Type

string

Default Value

"v8"

Remarks

The available schemas are as follows:

  • v4: DEPRECATED. Use v8 schema instead for better access to resources. The data model offering updated features and field mappings over previous versions.
  • v8 (default): The latest data model offering updated features and field mappings over v4.
Choosing the appropriate schema version ensures compatibility with your Zoho CRM instance and affects how the provider interprets and exposes your data.

Note: This property specifies the Zoho CRM version, not the API used. That is specified by ReadAPI and WriteAPI.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655