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