Class | Description | |
---|---|---|
ZohoCommand | Represents a SQL statement or stored procedure to execute against Zoho CRM. | |
ZohoCommandBuilder | Automatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the Zoho CRM. | |
ZohoConnection | Represents an open connection to Zoho CRM. | |
ZohoConnectionStringBuilder | Generates automatically connection strings used to connect to Zoho CRM. | |
ZohoDataAdapter | Represents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a Zoho CRM data. | |
ZohoDataReader | Reads a forward-only stream of rows from Zoho CRM. | |
ZohoException | The exception that is generated when Zoho CRM returns an error. | |
ZohoLoader | Serves to load external data into Zoho CRM. | |
ZohoMetaDataCollectionNames | Enumerates collection names you can use for metadata retrieval purposes. | |
ZohoMonitor | Monitors dynamic SQL execution in applications that use dotConnect for Zoho CRM. | |
ZohoParameter | Represents a parameter to a ZohoCommand, and optionally, its mapping to System.Data.DataSet columns. | |
ZohoParameterCollection | Collects all parameters relevant to a ZohoCommand as well as their respective mappings to System.Data.DataSet columns. | |
ZohoProviderFactory | Represents a factory required to create inheritors of generic base classes to use with dotConnect for Zoho CRM. | |
ZohoRowUpdatedEventArgs | Provides data for the ZohoDataAdapter.RowUpdated event. | |
ZohoRowUpdatingEventArgs | Provides data for the ZohoDataAdapter.RowUpdating event. This class cannot be inherited. |