In This Topic
This topic presents a brief description of the classes and components included in dotConnect for Zoho CRM.
Click on the name of each component for more information.
Core ADO.NET Classes
Class |
Description |
ZohoConnection |
Establishes a connection to Zoho CRM database and manages transactions.
|
ZohoCommand |
Executes SQL statements and stored procedures at Zoho CRM database.
|
ZohoDataReader |
Exposes and reads a forward-only stream of data from Zoho CRM database.
|
ZohoDataAdapter |
Populates a DataSet and resolves updates with Zoho CRM database.
|
ZohoParameter |
Represents input, output, and return value parameters for commands.
|
ZohoException |
Represents an error encountered at Zoho CRM database. For an error encountered at the client,
dotConnect for Zoho CRM throws a .NET Framework exception.
|
Complementary ADO.NET Classes
dotConnect for Zoho CRM Auxiliary Classes
Class |
Description |
ZohoLoader |
Serves to load external data into the Zoho CRM database.
|
ZohoMonitor |
Serves to monitor dynamic SQL execution in applications that use dotConnect for Zoho CRM.
|