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