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